func net/http.isProtocolSwitchHeader
3 uses
net/http (current package)
response.go#L364: return code == StatusSwitchingProtocols && isProtocolSwitchHeader(h)
response.go#L369: func isProtocolSwitchHeader(h Header) bool {
transport.go#L2571: !isProtocolSwitchHeader(req.Header) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)