golang.org/x/net/http2.requestBody.needsContinue (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L2114: needsContinue: needsContinue,
server.go#L2306: needsContinue bool // need to send a 100-continue
server.go#L2318: if b.needsContinue {
server.go#L2319: b.needsContinue = false
![]() |
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. |