<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

YfA                 @   s3   d  d l  m Z d g Z Gd d   d e  Z d S)    )IntEnum
HTTPStatusc               @   s{  e  Z d  Z d Z d d d  Z d Z d Z d Z d Z d Z	 d Z
 d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z  d Z! d Z" d Z# d Z$ d Z% d Z& d Z' d Z( d Z) d Z* d Z+ d Z, d Z- d Z. d Z/ d Z0 d Z1 d Z2 d Z3 d Z4 d Z5 d Z6 d Z7 d Z8 d Z9 d Z: d Z; d Z< d Z= d S)r   a  HTTP status codes and reason phrases

    Status codes from the following RFCs are all observed:

        * RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616
        * RFC 6585: Additional HTTP Status Codes
        * RFC 3229: Delta encoding in HTTP
        * RFC 4918: HTTP Extensions for WebDAV, obsoletes 2518
        * RFC 5842: Binding Extensions to WebDAV
        * RFC 7238: Permanent Redirect
        * RFC 2295: Transparent Content Negotiation in HTTP
        * RFC 2774: An HTTP Extension Framework
     c             C   s1   t  j |  |  } | | _ | | _ | | _ | S)N)int__new__Z_value_phrasedescription)clsvaluer   r   obj r   2/opt/alt/python35/lib64/python3.5/http/__init__.pyr      s
    			zHTTPStatus.__new__d   Continue!Request received, please continuee   Switching Protocols.Switching to new protocol; obey Upgrade headerf   
Processing   OK#Request fulfilled, document follows   CreatedDocument created, URL follows   Accepted/Request accepted, processing continues off-line   Non-Authoritative InformationRequest fulfilled from cache   
No Content"Request fulfilled, nothing follows   Reset Content"Clear input form for further input   Partial ContentPartial content follows   Multi-Status   Already Reported   IM Used,  Multiple Choices,Object has several resources -- see URI list-  Moved Permanently(Object moved permanently -- see URI list.  Found(Object moved temporarily -- see URI list/  	See Other'Object moved -- see Method and URL list0  Not Modified)Document has not changed since given time1  	Use Proxy@You must use proxy specified in Location to access this resource3  Temporary Redirect4  Permanent Redirect  Bad Request(Bad request syntax or unsupported method  Unauthorized*No permission -- see authorization schemes  Payment Required"No payment -- see charging schemes  	Forbidden0Request forbidden -- authorization will not help  	Not FoundNothing matches the given URI  Method Not Allowed-Specified method is invalid for this resource  Not Acceptable%URI not available in preferred format  Proxy Authentication Required7You must authenticate with this proxy before proceeding  Request Timeout"Request timed out; try again later  ConflictRequest conflict  Gone5URI no longer exists and has been permanently removed  Length Required"Client must specify Content-Length  Precondition Failed Precondition in headers is false  Request Entity Too LargeEntity is too large  Request-URI Too LongURI is too long  Unsupported Media Type!Entity body in unsupported format  Requested Range Not SatisfiableCannot satisfy request range  Expectation Failed'Expect condition could not be satisfied  Unprocessable Entity  Locked  Failed Dependency  Upgrade Required  Precondition Required8The origin server requires the request to be conditional  Too Many RequestsOThe user has sent too many requests in a given amount of time ("rate limiting")  Request Header Fields Too LargeVThe server is unwilling to process the request because its header fields are too large  Internal Server ErrorServer got itself in trouble  Not Implemented&Server does not support this operation  Bad Gateway+Invalid responses from another server/proxy  Service Unavailable8The server cannot process the request due to a high load  Gateway Timeout4The gateway server did not receive a timely response  HTTP Version Not SupportedCannot fulfill request  Variant Also Negotiates  Insufficient Storage  Loop Detected  Not Extended  Network Authentication Required7The client needs to authenticate to gain network accessN)r   r   r   )r   r   r   )r   r   )r   r   r   )r   r   r   )r   r   r   )r   r    r!   )r"   r#   r$   )r%   r&   r'   )r(   r)   r*   )r+   r,   )r-   r.   )r/   r0   )r1   r2   r3   )r4   r5   r6   )r7   r8   r9   )r:   r;   r<   )r=   r>   r?   )r@   rA   rB   )rC   rD   r9   )rE   rF   r9   )rG   rH   rI   )rJ   rK   rL   )rM   rN   rO   )rP   rQ   rR   )rS   rT   rU   )rV   rW   rX   )rY   rZ   r[   )r\   r]   r^   )r_   r`   ra   )rb   rc   rd   )re   rf   rg   )rh   ri   rj   )rk   rl   rm   )rn   ro   rp   )rq   rr   rs   )rt   ru   rv   )rw   rx   ry   )rz   r{   r|   )r}   r~   )r   r   )r   r   )r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   r   )r   r   )r   r   )r   r   )r   r   )r   r   r   )>__name__
__module____qualname____doc__r   ZCONTINUEZSWITCHING_PROTOCOLSZ
PROCESSINGr   ZCREATEDZACCEPTEDZNON_AUTHORITATIVE_INFORMATIONZ
NO_CONTENTZRESET_CONTENTZPARTIAL_CONTENTZMULTI_STATUSZALREADY_REPORTEDZIM_USEDZMULTIPLE_CHOICESZMOVED_PERMANENTLYZFOUNDZ	SEE_OTHERZNOT_MODIFIEDZ	USE_PROXYZTEMPORARY_REDIRECTZPERMANENT_REDIRECTZBAD_REQUESTZUNAUTHORIZEDZPAYMENT_REQUIREDZ	FORBIDDENZ	NOT_FOUNDZMETHOD_NOT_ALLOWEDZNOT_ACCEPTABLEZPROXY_AUTHENTICATION_REQUIREDZREQUEST_TIMEOUTZCONFLICTZGONEZLENGTH_REQUIREDZPRECONDITION_FAILEDZREQUEST_ENTITY_TOO_LARGEZREQUEST_URI_TOO_LONGZUNSUPPORTED_MEDIA_TYPEZREQUESTED_RANGE_NOT_SATISFIABLEZEXPECTATION_FAILEDZUNPROCESSABLE_ENTITYZLOCKEDZFAILED_DEPENDENCYZUPGRADE_REQUIREDZPRECONDITION_REQUIREDZTOO_MANY_REQUESTSZREQUEST_HEADER_FIELDS_TOO_LARGEZINTERNAL_SERVER_ERRORZNOT_IMPLEMENTEDZBAD_GATEWAYZSERVICE_UNAVAILABLEZGATEWAY_TIMEOUTZHTTP_VERSION_NOT_SUPPORTEDZVARIANT_ALSO_NEGOTIATESZINSUFFICIENT_STORAGEZLOOP_DETECTEDZNOT_EXTENDEDZNETWORK_AUTHENTICATION_REQUIREDr   r   r   r   r      s   	                                        N)Zenumr   __all__r   r   r   r   r   <module>   s   	