const net/http.MethodPost

2 uses

	net/http (current package)
		method.go#L13: 	MethodPost    = "POST"

	google.golang.org/grpc/internal/transport
		http2_server.go#L540: 	if httpMethod != http.MethodPost {