MCPcopy Create free account
hub / github.com/devfeel/dotweb / SetBinder

Method SetBinder

server.go:113–115  ·  view source on GitHub ↗

SetBinder set custom Binder on HttpServer

(binder Binder)

Source from the content-addressed store, hash-verified

111
112// SetBinder set custom Binder on HttpServer
113func (server *HttpServer) SetBinder(binder Binder) {
114 server.binder = binder
115}
116
117// SetContextCreater
118func (server *HttpServer) SetContextCreater(creater ContextCreater) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected