net/http/httptest.Server.Config (field)
6 uses
net/http/httptest (current package)
server.go#L42: Config *http.Server
server.go#L118: Config: &http.Server{Handler: handler},
server.go#L205: s.Config.SetKeepAlivesEnabled(false)
server.go#L308: s.Config.Serve(s.Listener)
server.go#L315: oldHook := s.Config.ConnState
server.go#L316: s.Config.ConnState = func(c net.Conn, cs http.ConnState) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |