var net/http.ErrNotSupported
6 uses
net/http (current package)
h2_bundle.go#L6412: msg.done <- ErrNotSupported
h2_bundle.go#L6425: return 0, ErrNotSupported
request.go#L54: ErrNotSupported = &ProtocolError{"feature not supported"}
server.go#L3362: return ErrNotSupported
golang.org/x/net/http2
server.go#L2857: msg.done <- http.ErrNotSupported
server.go#L2870: return 0, http.ErrNotSupported
![]() |
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. |