MSV FM

[email protected]: ~ $
Path : /lib64/python3.6/http/__pycache__/
File Upload :
Current < : //lib64/python3.6/http/__pycache__/__init__.cpython-36.opt-1.pyc

3


 \A�@s&ddlmZdgZGdd�de�ZdS)�)�IntEnum�
HTTPStatusc@s�eZdZdZd�dd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
d�Zd�Zd�Z
d�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�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�Z0d�Z1d�Z2d�Z3d�Z4d�Z5d�Z6d�Z7d�Z8d�Z9d�Z:d�Z;d�Z<d�Z=d�S)�raHTTP 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
    �cCs"tj||�}||_||_||_|S)N)�int�__new__�_value_�phrase�description)�cls�valuerr	�obj�r
�%/usr/lib64/python3.6/http/__init__.pyrs
zHTTPStatus.__new__�d�Continue�!Request received, please continue�e�Switching Protocols�.Switching to new protocol; obey Upgrade header�f�
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 list�0�Not Modified�)Document has not changed since given time�1�	Use Proxy�@You must use proxy specified in Location to access this resource�3�Temporary Redirect�4�Permanent Redirect��Bad Request�(Bad request syntax or unsupported method��Unauthorized�*No permission -- see authorization schemes��Payment Required�"No payment -- see charging schemes��	Forbidden�0Request 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 Required�7You must authenticate with this proxy before proceeding��Request Timeout�"Request timed out; try again later��Conflict�Request conflict��Gone�5URI 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 Required�8The origin server requires the request to be conditional��Too Many Requests�OThe user has sent too many requests in a given amount of time ("rate limiting")��Request Header Fields Too Large�VThe 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 Unavailable�8The server cannot process the request due to a high load��Gateway Timeout�4The 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 Required�7The client needs to authenticate to gain network accessN)r)rrr)rrr)rr)rrr)rrr)rrr)r r!r")r#r$r%)r&r'r()r)r*r+)r,r-)r.r/)r0r1)r2r3r4)r5r6r7)r8r9r:)r;r<r=)r>r?r@)rArBrC)rDrEr:)rFrGr:)rHrIrJ)rKrLrM)rNrOrP)rQrRrS)rTrUrV)rWrXrY)rZr[r\)r]r^r_)r`rarb)rcrdre)rfrgrh)rirjrk)rlrmrn)rorprq)rrrsrt)rurvrw)rxryrz)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�r�)>�__name__�
__module__�__qualname__�__doc__rZCONTINUEZSWITCHING_PROTOCOLSZ
PROCESSINGrZCREATEDZACCEPTEDZNON_AUTHORITATIVE_INFORMATIONZ
NO_CONTENTZ
RESET_CONTENTZPARTIAL_CONTENTZMULTI_STATUSZALREADY_REPORTEDZIM_USEDZMULTIPLE_CHOICESZMOVED_PERMANENTLYZFOUNDZ	SEE_OTHERZNOT_MODIFIEDZ	USE_PROXYZTEMPORARY_REDIRECTZPERMANENT_REDIRECTZBAD_REQUESTZUNAUTHORIZEDZPAYMENT_REQUIREDZ	FORBIDDENZ	NOT_FOUNDZMETHOD_NOT_ALLOWEDZNOT_ACCEPTABLEZPROXY_AUTHENTICATION_REQUIREDZREQUEST_TIMEOUTZCONFLICTZGONEZLENGTH_REQUIREDZPRECONDITION_FAILEDZREQUEST_ENTITY_TOO_LARGEZREQUEST_URI_TOO_LONGZUNSUPPORTED_MEDIA_TYPEZREQUESTED_RANGE_NOT_SATISFIABLEZEXPECTATION_FAILEDZUNPROCESSABLE_ENTITYZLOCKEDZFAILED_DEPENDENCYZUPGRADE_REQUIREDZPRECONDITION_REQUIREDZTOO_MANY_REQUESTSZREQUEST_HEADER_FIELDS_TOO_LARGEZINTERNAL_SERVER_ERRORZNOT_IMPLEMENTEDZBAD_GATEWAYZSERVICE_UNAVAILABLEZGATEWAY_TIMEOUTZHTTP_VERSION_NOT_SUPPORTEDZVARIANT_ALSO_NEGOTIATESZINSUFFICIENT_STORAGEZ
LOOP_DETECTEDZNOT_EXTENDEDZNETWORK_AUTHENTICATION_REQUIREDr
r
r
rrs�

	N)�enumr�__all__rr
r
r
r�<module>s
Bethany
Bethany
0%

THE FINEST HOTEL NEAR LAKE KIVU

The Perfect Base For You

Required fields are followed by *





EC1A68011

About Us

Delicious Interior With The Pinch Of Everything

Bethany Investment group is Presbyterian church in Rwanda(EPR) company that manage Hotel and Guest house in Karongi (Bethany Hotel), ISANO branch in GIKONDO(Kigali), Kiyovu branch(Kigali), AMIZERO branch(Nyagatare-East) and Gisenyi Branch(Rubavu).

Accomodation

Get a Comfortable Room
Feel The Comfort

Get a comfortable room and feel our hotel’s comfort. Bethany Hotel features a variety of fully furnished rooms with extra space, Executive rooms, Deluxe rooms with a beautiful lake view and garden space, Deluxe rooms, comfort rooms, family rooms and standard rooms at your service.

Standard Single

Services

We Provide Top Class Facility
Especially For You

Beach BBQ Party

Kick back on the beach& and enjoy our berbecue from our masterchef

Breakfast

Kick back at our hotels& enjoy our breakfast from our masterchef

Conference Hall

Kick back at our hotels& enjoy our conference halls from all bethany branches

Enjoy with your partner

Honeymoon Package

80%

Get In Touch

Don’t Miss Any Update

    +

    Search your Room

    Required fields are followed by *