Home
last modified time | relevance | path

Searched defs:SWITCHING_PROTOCOLS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/http/
D__init__.py35 SWITCHING_PROTOCOLS = (101, 'Switching Protocols', variable in HTTPStatus
/external/python/cpython2/Lib/
Dhttplib.py107 SWITCHING_PROTOCOLS = 101 variable