Searched refs:NOT_ACCEPTABLE (Results 1 – 7 of 7) sorted by relevance
24 int NOT_ACCEPTABLE = 406; field
82 NOT_ACCEPTABLE = (406, 'Not Acceptable', variable in HTTPStatus
90 ``406`` ``NOT_ACCEPTABLE`` HTTP/1.1 :rfc:`7231`, Section 6.5.6
152 case NOT_ACCEPTABLE : in getReasonPhrase()
137 NOT_ACCEPTABLE = 406 variable
326 | :const:`NOT_ACCEPTABLE` | ``406`` | HTTP/1.1, `RFC 2616, Section …
1203 NOT_ACCEPTABLE(406, "Not Acceptable"), enumConstant