const net/http.MethodGet
10 uses
net/http (current package)
h2_bundle.go#L8024: m = MethodGet
method.go#L11: MethodGet = "GET"
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L41: req, err := http.NewRequest(http.MethodGet, url, nil)
golang.org/x/net/http2
transport.go#L1521: m = http.MethodGet
golang.org/x/pkgsite/cmd/frontend
main.go#L177: middleware.AcceptRequests(http.MethodGet, http.MethodPost, http.MethodHead), // accept only GETs, POSTs and HEADs
golang.org/x/pkgsite/cmd/prober
main.go#L341: req, err := http.NewRequest(http.MethodGet, url, nil)
golang.org/x/pkgsite/internal/frontend
details.go#L29: if r.Method != http.MethodGet && r.Method != http.MethodHead {
search.go#L227: if r.Method != http.MethodGet && r.Method != http.MethodHead {
golang.org/x/pkgsite/internal/middleware
requestlog.go#L63: if r.Method == http.MethodGet && r.URL.Path == "/healthz" {
google.golang.org/api/idtoken
cache.go#L45: req, err := http.NewRequest(http.MethodGet, url, nil)
 |
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. |