Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
func
(s *Server) Handler() http.Handler {
105
return
s.withAccessLog(s.collectQueryStringData())
106
}
107
108
func
(s *Server) Run(addr string) error {
109
httpServer := &http.Server{
Callers
4
TestCollectSuccessfully
Function · 0.95
TestCollectionFailure
Function · 0.95
TestWrongPath
Function · 0.95
Run
Method · 0.95
Calls
2
withAccessLog
Method · 0.95
collectQueryStringData
Method · 0.95
Tested by
3
TestCollectSuccessfully
Function · 0.76
TestCollectionFailure
Function · 0.76
TestWrongPath
Function · 0.76