MCPcopy
hub / github.com/IBM/sarama / Handler

Method Handler

examples/http_server/http_server.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (s *Server) Handler() http.Handler {
105 return s.withAccessLog(s.collectQueryStringData())
106}
107
108func (s *Server) Run(addr string) error {
109 httpServer := &http.Server{

Callers 4

TestCollectSuccessfullyFunction · 0.95
TestCollectionFailureFunction · 0.95
TestWrongPathFunction · 0.95
RunMethod · 0.95

Calls 2

withAccessLogMethod · 0.95

Tested by 3

TestCollectSuccessfullyFunction · 0.76
TestCollectionFailureFunction · 0.76
TestWrongPathFunction · 0.76