const net/http.StatusMethodNotAllowed

2 uses

	net/http (current package)
		status.go#L41: 	StatusMethodNotAllowed             = 405 // RFC 7231, 6.5.5
		status.go#L110: 	StatusMethodNotAllowed:             "Method Not Allowed",