func net/http.NewRequest
75 uses
net/http (current package)
client.go#L470: req, err := NewRequest("GET", url, nil)
client.go#L840: req, err := NewRequest("POST", url, body)
client.go#L905: req, err := NewRequest("HEAD", url, nil)
request.go#L827: func NewRequest(method, url string, body io.Reader) (*Request, error) {
cloud.google.com/go/compute/metadata
metadata.go#L131: req, _ := http.NewRequest("GET", "http://"+metadataIP, nil)
metadata.go#L301: req, err := http.NewRequest("GET", u, nil)
cloud.google.com/go/storage
reader.go#L118: req, err := http.NewRequest(verb, u.String(), nil)
github.com/aws/aws-sdk-go/aws/request
request.go#L129: httpReq, _ := http.NewRequest(method, "", nil)
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L41: req, err := http.NewRequest(http.MethodGet, url, nil)
receive_pack.go#L87: req, err := http.NewRequest(method, url, body)
upload_pack.go#L85: req, err := http.NewRequest(method, url, body)
golang.org/x/net/context/ctxhttp
ctxhttp.go#L42: req, err := http.NewRequest("GET", url, nil)
ctxhttp.go#L51: req, err := http.NewRequest("HEAD", url, nil)
ctxhttp.go#L60: req, err := http.NewRequest("POST", url, body)
golang.org/x/oauth2/internal
token.go#L169: req, err := http.NewRequest("POST", tokenURL, strings.NewReader(v.Encode()))
golang.org/x/pkgsite/cmd/prober
main.go#L341: req, err := http.NewRequest(http.MethodGet, url, nil)
golang.org/x/pkgsite/internal/auth
auth.go#L49: req, err := http.NewRequest("GET", "http://localhost", nil)
golang.org/x/pkgsite/internal/config
config.go#L573: req, err := http.NewRequest("GET", metadataURL+name, nil)
golang.org/x/pkgsite/internal/proxy
client.go#L251: req, err := http.NewRequest("GET", u, nil)
golang.org/x/pkgsite/internal/source
source.go#L240: req, err := http.NewRequest(method, url, nil)
google.golang.org/api/idtoken
cache.go#L45: req, err := http.NewRequest(http.MethodGet, url, nil)
google.golang.org/api/internal/gensupport
resumable.go#L74: req, err := http.NewRequest("POST", rx.URI, data)
google.golang.org/api/internal/impersonate
impersonate.go#L96: req, err := http.NewRequest("POST", url, bytes.NewReader(b))
google.golang.org/api/storage/v1
storage-gen.go#L2457: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L2608: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L2777: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L2948: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L3111: req, err := http.NewRequest("PATCH", urls, body)
storage-gen.go#L3285: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L3466: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L3648: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L3854: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L4073: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L4328: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L4535: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L4775: req, err := http.NewRequest("PATCH", urls, body)
storage-gen.go#L5004: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L5177: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L5419: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L5631: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L5743: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L5894: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L6064: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L6252: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L6427: req, err := http.NewRequest("PATCH", urls, body)
storage-gen.go#L6601: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L6768: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L6919: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L7091: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L7264: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L7434: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L7609: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L7802: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L7997: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L8184: req, err := http.NewRequest("PATCH", urls, body)
storage-gen.go#L8382: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L8617: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L8960: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L9283: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L9519: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L9769: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L10098: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L10459: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L10778: req, err := http.NewRequest("PATCH", urls, body)
storage-gen.go#L11170: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L11473: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L11671: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L11934: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L12252: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L12463: req, err := http.NewRequest("POST", urls, body)
storage-gen.go#L12613: req, err := http.NewRequest("DELETE", urls, body)
storage-gen.go#L12751: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L12951: req, err := http.NewRequest("GET", urls, body)
storage-gen.go#L13148: req, err := http.NewRequest("PUT", urls, body)
storage-gen.go#L13323: req, err := http.NewRequest("GET", urls, body)
 |
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. |