golang.org/x/net/http2.clientStream.on100 (field)
4 uses
golang.org/x/net/http2 (current package)
transport.go#L286: on100 func() // optional code to run if get a 100 continue response
transport.go#L1091: cs.on100 = bodyWriter.on100
transport.go#L2021: if cs.on100 != nil {
transport.go#L2022: cs.on100() // forces any write delay timer to fire
![]() |
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. |