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

Method PostHandle

method.go:138–141  ·  view source on GitHub ↗

PostHandle adds a new kite handler which is executed after the method.

(handler Handler)

Source from the content-addressed store, hash-verified

136
137// PostHandle adds a new kite handler which is executed after the method.
138func (m *Method) PostHandle(handler Handler) *Method {
139 m.postHandlers = append(m.postHandlers, handler)
140 return m
141}
142
143// PostHandlerFunc adds a new kite handlerfunc which is executed before the
144// method.

Callers 1

PostHandleFuncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected