net/http.PushOptions.Method (field)
7 uses
net/http (current package)
h2_bundle.go#L6309: if opts.Method == "" {
h2_bundle.go#L6310: opts.Method = "GET"
h2_bundle.go#L6359: if opts.Method != "GET" && opts.Method != "HEAD" {
h2_bundle.go#L6360: return fmt.Errorf("method %q must be GET or HEAD", opts.Method)
h2_bundle.go#L6365: method: opts.Method,
http.go#L131: Method string
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)