var net/http.NoBody
17 uses
net/http (current package)
h2_bundle.go#L7795: if req.Body == nil || req.Body == NoBody {
h2_bundle.go#L8395: if req.Body == nil || req.Body == NoBody {
http.go#L110: var NoBody = noBody{}
http.go#L120: _ io.WriterTo = NoBody
http.go#L121: _ io.ReadCloser = NoBody
request.go#L971: req.Body = NoBody
request.go#L972: req.GetBody = func() (io.ReadCloser, error) { return NoBody, nil }
request.go#L1544: if r.Body == nil || r.Body == NoBody || r.GetBody != nil {
request.go#L1562: if r.Body == nil || r.Body == NoBody {
response.go#L276: r1.Body = NoBody
server.go#L2199: if rc == NoBody {
server.go#L3814: req.Body = NoBody
transfer.go#L565: t.Body = NoBody
transfer.go#L570: t.Body = NoBody
transfer.go#L580: t.Body = NoBody
transport.go#L722: if req.Body == nil || req.Body == NoBody {
transport.go#L735: if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |