Searched refs:METHOD_NOT_ALLOWED (Results 1 – 7 of 7) sorted by relevance
23 int METHOD_NOT_ALLOWED = 405; field
75 METHOD_NOT_ALLOWED = (405, 'Method Not Allowed', variable in HTTPStatus
88 ``405`` ``METHOD_NOT_ALLOWED`` HTTP/1.1 :rfc:`7231`, Section 6.5.5
148 case METHOD_NOT_ALLOWED : in getReasonPhrase()
136 METHOD_NOT_ALLOWED = 405 variable
322 | :const:`METHOD_NOT_ALLOWED` | ``405`` | HTTP/1.1, `RFC 2616, Section …
1202 METHOD_NOT_ALLOWED(405, "Method Not Allowed"), enumConstant