MCPcopy Create free account
hub / github.com/koding/kite / PostHandleFunc

Method PostHandleFunc

method.go:145–147  ·  view source on GitHub ↗

PostHandlerFunc adds a new kite handlerfunc which is executed before the method.

(handler HandlerFunc)

Source from the content-addressed store, hash-verified

143// PostHandlerFunc adds a new kite handlerfunc which is executed before the
144// method.
145func (m *Method) PostHandleFunc(handler HandlerFunc) *Method {
146 return m.PostHandle(handler)
147}
148
149// FinalFunc registers a function that is always called as a last one
150// after pre-, handler and post- functions for the given method.

Callers

nothing calls this directly

Calls 1

PostHandleMethod · 0.95

Tested by

no test coverage detected