Home
last modified time | relevance | path

Searched defs:REQUEST_URI_TOO_LONG (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/javax/sip/message/
DResponse.java30 int REQUEST_URI_TOO_LONG = 414; field
/external/python/cpython3/Lib/http/
D__init__.py93 REQUEST_URI_TOO_LONG = (414, 'Request-URI Too Long', variable in HTTPStatus
/external/python/cpython2/Lib/
Dhttplib.py145 REQUEST_URI_TOO_LONG = 414 variable