PATH:
opt
/
alt
/
python38
/
lib64
/
python3.8
/
site-packages
/
aiohttp
"""HTTP Headers constants.""" # After changing the file content call ./tools/gen.py # to regenerate the headers parser from multidict import istr METH_ANY = "*" METH_CONNECT = "CONNECT" METH_HEAD = "HEAD" METH_GET = "GET" METH_DELETE = "DELETE" METH_OPTIONS = "OPTIONS" METH_PATCH = "PATCH" METH_POST = "POST" METH_PUT = "PUT" METH_TRACE = "TRACE" METH_ALL = { METH_CONNECT, METH_HEAD, METH_GET, METH_DELETE, METH_OPTIONS, METH_PATCH, METH_POST, METH_PUT, METH_TRACE, } ACCEPT = istr("Accept") ACCEPT_CHARSET = istr("Accept-Charset") ACCEPT_ENCODING = istr("Accept-Encoding") ACCEPT_LANGUAGE = istr("Accept-Language") ACCEPT_RANGES = istr("Accept-Ranges") ACCESS_CONTROL_MAX_AGE = istr("Access-Control-Max-Age") ACCESS_CONTROL_ALLOW_CREDENTIALS = istr("Access-Control-Allow-Credentials") ACCESS_CONTROL_ALLOW_HEADERS = istr("Access-Control-Allow-Headers") ACCESS_CONTROL_ALLOW_METHODS = istr("Access-Control-Allow-Methods") ACCESS_CONTROL_ALLOW_ORIGIN = istr("Access-Control-Allow-Origin") ACCESS_CONTROL_EXPOSE_HEADERS = istr("Access-Control-Expose-Headers") ACCESS_CONTROL_REQUEST_HEADERS = istr("Access-Control-Request-Headers") ACCESS_CONTROL_REQUEST_METHOD = istr("Access-Control-Request-Method") AGE = istr("Age") ALLOW = istr("Allow") AUTHORIZATION = istr("Authorization") CACHE_CONTROL = istr("Cache-Control") CONNECTION = istr("Connection") CONTENT_DISPOSITION = istr("Content-Disposition") CONTENT_ENCODING = istr("Content-Encoding") CONTENT_LANGUAGE = istr("Content-Language") CONTENT_LENGTH = istr("Content-Length") CONTENT_LOCATION = istr("Content-Location") CONTENT_MD5 = istr("Content-MD5") CONTENT_RANGE = istr("Content-Range") CONTENT_TRANSFER_ENCODING = istr("Content-Transfer-Encoding") CONTENT_TYPE = istr("Content-Type") COOKIE = istr("Cookie") DATE = istr("Date") DESTINATION = istr("Destination") DIGEST = istr("Digest") ETAG = istr("Etag") EXPECT = istr("Expect") EXPIRES = istr("Expires") FORWARDED = istr("Forwarded") FROM = istr("From") HOST = istr("Host") IF_MATCH = istr("If-Match") IF_MODIFIED_SINCE = istr("If-Modified-Since") IF_NONE_MATCH = istr("If-None-Match") IF_RANGE = istr("If-Range") IF_UNMODIFIED_SINCE = istr("If-Unmodified-Since") KEEP_ALIVE = istr("Keep-Alive") LAST_EVENT_ID = istr("Last-Event-ID") LAST_MODIFIED = istr("Last-Modified") LINK = istr("Link") LOCATION = istr("Location") MAX_FORWARDS = istr("Max-Forwards") ORIGIN = istr("Origin") PRAGMA = istr("Pragma") PROXY_AUTHENTICATE = istr("Proxy-Authenticate") PROXY_AUTHORIZATION = istr("Proxy-Authorization") RANGE = istr("Range") REFERER = istr("Referer") RETRY_AFTER = istr("Retry-After") SEC_WEBSOCKET_ACCEPT = istr("Sec-WebSocket-Accept") SEC_WEBSOCKET_VERSION = istr("Sec-WebSocket-Version") SEC_WEBSOCKET_PROTOCOL = istr("Sec-WebSocket-Protocol") SEC_WEBSOCKET_EXTENSIONS = istr("Sec-WebSocket-Extensions") SEC_WEBSOCKET_KEY = istr("Sec-WebSocket-Key") SEC_WEBSOCKET_KEY1 = istr("Sec-WebSocket-Key1") SERVER = istr("Server") SET_COOKIE = istr("Set-Cookie") TE = istr("TE") TRAILER = istr("Trailer") TRANSFER_ENCODING = istr("Transfer-Encoding") UPGRADE = istr("Upgrade") URI = istr("URI") USER_AGENT = istr("User-Agent") VARY = istr("Vary") VIA = istr("Via") WANT_DIGEST = istr("Want-Digest") WARNING = istr("Warning") WWW_AUTHENTICATE = istr("WWW-Authenticate") X_FORWARDED_FOR = istr("X-Forwarded-For") X_FORWARDED_HOST = istr("X-Forwarded-Host") X_FORWARDED_PROTO = istr("X-Forwarded-Proto")
[-] client_ws.py
[edit]
[-] web_runner.py
[edit]
[-] web.py
[edit]
[-] web_request.py
[edit]
[-] tcp_helpers.py
[edit]
[-] web_urldispatcher.py
[edit]
[-] client_proto.py
[edit]
[-] _helpers.cpython-38-x86_64-linux-gnu.so
[edit]
[-] web_ws.py
[edit]
[-] web_response.py
[edit]
[+]
..
[-] _find_header.pxd
[edit]
[-] web_protocol.py
[edit]
[-] _http_parser.pyx
[edit]
[-] hdrs.py
[edit]
[-] helpers.py
[edit]
[-] multipart.py
[edit]
[-] http.py
[edit]
[-] _websocket.c
[edit]
[-] _headers.pxi
[edit]
[-] signals.pyi
[edit]
[-] _http_parser.c
[edit]
[-] client_exceptions.py
[edit]
[-] _websocket.pyx
[edit]
[-] http_writer.py
[edit]
[-] _http_writer.cpython-38-x86_64-linux-gnu.so
[edit]
[-] signals.py
[edit]
[-] worker.py
[edit]
[-] web_exceptions.py
[edit]
[-] web_log.py
[edit]
[-] client.py
[edit]
[-] web_server.py
[edit]
[-] py.typed
[edit]
[-] abc.py
[edit]
[-] payload.py
[edit]
[-] formdata.py
[edit]
[-] web_middlewares.py
[edit]
[-] streams.py
[edit]
[-] pytest_plugin.py
[edit]
[-] frozenlist.py
[edit]
[+]
__pycache__
[-] _helpers.pyx
[edit]
[-] web_app.py
[edit]
[-] cookiejar.py
[edit]
[-] http_exceptions.py
[edit]
[-] payload_streamer.py
[edit]
[-] log.py
[edit]
[-] _helpers.c
[edit]
[-] test_utils.py
[edit]
[-] _find_header.c
[edit]
[-] http_parser.py
[edit]
[-] web_fileresponse.py
[edit]
[-] locks.py
[edit]
[-] _http_parser.cpython-38-x86_64-linux-gnu.so
[edit]
[-] _http_writer.pyx
[edit]
[-] tracing.py
[edit]
[-] frozenlist.pyi
[edit]
[-] resolver.py
[edit]
[-] _helpers.pyi
[edit]
[-] __init__.py
[edit]
[-] _frozenlist.c
[edit]
[-] _frozenlist.pyx
[edit]
[+]
.hash
[-] _cparser.pxd
[edit]
[-] base_protocol.py
[edit]
[-] web_routedef.py
[edit]
[-] connector.py
[edit]
[-] _frozenlist.cpython-38-x86_64-linux-gnu.so
[edit]
[-] _find_header.h
[edit]
[-] typedefs.py
[edit]
[-] _websocket.cpython-38-x86_64-linux-gnu.so
[edit]
[-] http_websocket.py
[edit]
[-] _http_writer.c
[edit]
[-] client_reqrep.py
[edit]