const net/http.MethodPost
4 uses
net/http (current package)
method.go#L13: MethodPost = "POST"
google.golang.org/grpc/internal/transport
handler_server.go#L54: if r.Method != http.MethodPost {
handler_server.go#L55: w.Header().Set("Allow", http.MethodPost)
http2_server.go#L566: if httpMethod != http.MethodPost {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)