type net/http.readResult
4 uses
net/http (current package)
server.go#L644: type readResult struct {
transfer.go#L72: ByteReadCh chan readResult // non-nil if probeRequestBody called
transfer.go#L205: t.ByteReadCh = make(chan readResult, 1)
transfer.go#L208: var rres readResult
![]() |
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. |