net/http.Request.GetBody (field)
22 uses
net/http (current package)
client.go#L527: if ireq.GetBody == nil && ireq.outgoingLength() != 0 {
client.go#L663: if includeBody && ireq.GetBody != nil {
client.go#L664: req.Body, err = ireq.GetBody()
h2_bundle.go#L7037: if req.GetBody != nil {
h2_bundle.go#L7039: body, err := req.GetBody()
request.go#L189: GetBody func() (io.ReadCloser, error)
request.go#L892: req.GetBody = func() (io.ReadCloser, error) {
request.go#L899: req.GetBody = func() (io.ReadCloser, error) {
request.go#L906: req.GetBody = func() (io.ReadCloser, error) {
request.go#L925: if req.GetBody != nil && req.ContentLength == 0 {
request.go#L927: req.GetBody = func() (io.ReadCloser, error) { return NoBody, nil }
request.go#L1409: if r.Body == nil || r.Body == NoBody || r.GetBody != nil {
transport.go#L664: if req.GetBody == nil {
transport.go#L667: body, err := req.GetBody()
transport.go#L706: return req.outgoingLength() == 0 || req.GetBody != nil
github.com/aws/aws-sdk-go/aws/request
request_1_8.go#L35: r.HTTPRequest.GetBody = r.getNextRequestBody
golang.org/x/net/http2
transport.go#L534: if req.GetBody != nil {
transport.go#L536: body, err := req.GetBody()
google.golang.org/api/internal/gensupport
media.go#L371: req.GetBody = f
send.go#L148: if req.GetBody == nil || !shouldRetry(status, err) {
send.go#L152: req.Body, errBody = req.GetBody()
google.golang.org/api/storage/v1
storage-gen.go#L10103: req.GetBody = getBody
 |
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. |