$;J d a ddlmZ i ddddddd d
ddd
ddddddddddddddddddd d!d"d#d$i d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEdFi dGdHdIdJdKdLdMdNdOdPdQdRdSdTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcdddedfdgdhi didjdkdldmdndodpdqdrdsdtdudvdwdxdydzd{d|d}d~ddddddddddddZ ed Zd Z e dS )a
The ``codes`` object defines a mapping from common names for HTTP statuses
to their numerical codes, accessible either as attributes or as dictionary
items.
Example::
>>> import requests
>>> requests.codes['temporary_redirect']
307
>>> requests.codes.teapot
418
>>> requests.codes['\o/']
200
Some codes have multiple names, and both upper- and lower-case versions of
the names are allowed. For example, ``codes.ok``, ``codes.OK``, and
``codes.okay`` all correspond to the HTTP status code 200.
)
LookupDictd )continuee )switching_protocolsf )
processingg )
checkpointz )uri_too_longrequest_uri_too_long )okokayall_okall_okayall_goodz\o/u ✓ )created )accepted )non_authoritative_infonon_authoritative_information )
no_content )
reset_contentreset )partial_contentpartial )multi_statusmultiple_statusmulti_statimultiple_stati )already_reported )im_usedi, )multiple_choicesi- )moved_permanentlymovedz\o-i. )foundi/ ) see_otherotheri0 )not_modifiedi1 ) use_proxyi2 )switch_proxyi3 )temporary_redirecttemporary_moved temporaryi4 )permanent_redirectresume_incompleteresumei )bad_requestbadi )unauthorizedi )payment_requiredpaymenti ) forbiddeni ) not_foundz-o-i )method_not_allowednot_allowedi )not_acceptablei )proxy_authentication_required
proxy_authproxy_authenticationi )request_timeouttimeouti )conflicti )gonei )length_requiredi )precondition_failedpreconditioni )request_entity_too_largei )request_uri_too_largei )unsupported_media_typeunsupported_media
media_typei )requested_range_not_satisfiablerequested_rangerange_not_satisfiablei )expectation_failedi )im_a_teapotteapot
i_am_a_teapoti )misdirected_requesti )unprocessable_entity
unprocessablei )lockedi )failed_dependency
dependencyi )unordered_collection unorderedi )upgrade_requiredupgradei )precondition_requiredrO i )too_many_requeststoo_manyi )header_fields_too_largefields_too_largei )no_responsenonei )
retry_withretryi )$blocked_by_windows_parental_controlsparental_controlsi )unavailable_for_legal_reasons
legal_reasonsi )client_closed_requesti )internal_server_errorserver_errorz/o\u ✗i )not_implementedi )bad_gatewayi )service_unavailableunavailablei )gateway_timeouti )http_version_not_supportedhttp_versioni )variant_also_negotiatesi )insufficient_storagei )bandwidth_limit_exceeded bandwidthi )not_extendedi )network_authentication_requirednetwork_authnetwork_authenticationstatus_codes)namec t D ]]\ } }|D ]U}t t || | d s(t t | | V^d t >t dz d fdt t D z nd ad S )N)\/c d d d t | D }d| |fz S )Nz, c 3 K | ] }d |z V
dS )z``%s``N ).0ns u/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib/python3.11/site-packages/requests/status_codes.py