AlkantarClanX12

Your IP : 3.133.151.90


Current Path : /proc/self/root/opt/alt/python35/lib64/python3.5/wsgiref/__pycache__/
Upload File :
Current File : //proc/self/root/opt/alt/python35/lib64/python3.5/wsgiref/__pycache__/simple_server.cpython-35.pyc



��Yf�@s�dZddlmZmZddlmZddlZddlZddl	m
Z
ddlmZdZ
dd	d
dgZde
Ze�d
ejj�dZedeZGdd�de
�ZGdd�de�ZGdd	�d	e�Zdd
�Zeedd�Zedkr�edde�Zejj�Zededdedd�ddlZej d�ej!�ej"�dS)a!BaseHTTPServer that implements the Python WSGI protocol (PEP 3333)

This is both an example of how WSGI can be implemented, and a basis for running
simple web applications on a local machine, such as might be done when testing
or debugging an application.  It has not been reviewed for security issues,
however, and we strongly recommend that you use a "real" web server for
production use.

For example usage, see the 'if __name__=="__main__"' block at the end of the
module.  See also the BaseHTTPServer module docs for other API information.
�)�BaseHTTPRequestHandler�
HTTPServer)�BufferedWriterN)�
SimpleHandler)�python_implementationz0.2�
WSGIServer�WSGIRequestHandler�demo_app�make_serverzWSGIServer/�/� c@s"eZdZeZdd�ZdS)�
ServerHandlercCsBz-|jj|jjdd�d|j�Wdtj|�XdS)Nr�r)�request_handlerZlog_requestZstatus�splitZ
bytes_sentr�close)�self�r�:/opt/alt/python35/lib64/python3.5/wsgiref/simple_server.pyr!s	$zServerHandler.closeN)�__name__�
__module__�__qualname__�software_versionZserver_softwarerrrrrr
sr
c@sLeZdZdZdZdd�Zdd�Zdd�Zd	d
�ZdS)rz7BaseHTTPServer that implements the Python WSGI protocolNcCstj|�|j�dS)z.Override server_bind to store the server name.N)r�server_bind�
setup_environ)rrrrr1s
zWSGIServer.server_bindcCsYi}|_|j|d<d|d<t|j�|d<d|d<d|d<d|d<dS)	NZSERVER_NAMEzCGI/1.1ZGATEWAY_INTERFACEZSERVER_PORT��REMOTE_HOST�CONTENT_LENGTHZSCRIPT_NAME)�base_environZserver_name�strZserver_port)r�envrrrr6s




zWSGIServer.setup_environcCs|jS)N)�application)rrrr�get_app@szWSGIServer.get_appcCs
||_dS)N)r!)rr!rrr�set_appCszWSGIServer.set_app)	rrr�__doc__r!rrr"r#rrrrr+s
c@s>eZdZdeZdd�Zdd�Zdd�ZdS)	rzWSGIServer/cCs�|jjj�}|j|d<|j|d<|j|d<d|jkrf|jjdd�\}}n|jd}}tj	j
|d�|d<||d	<|j�}||jd
kr�||d<|jd
|d<|j
jd
�dkr|j
j�|d<n|j
d
|d<|j
jd�}|r4||d<x�|j
j�D]v\}}|jdd�j�}|j�}||kr�qDd||kr�|d|d|7<qD||d|<qDW|S)NZSERVER_PROTOCOLZSERVER_SOFTWAREZREQUEST_METHOD�?rrz
iso-8859-1Z	PATH_INFOZQUERY_STRINGrrZREMOTE_ADDRzcontent-typeZCONTENT_TYPEzcontent-lengthr�-�_ZHTTP_�,)�serverr�copy�request_version�server_version�command�pathr�urllib�parseZunquoteZaddress_stringZclient_addressZheaders�getZget_content_type�items�replace�upper�strip)rr r.Zquery�hostZlength�k�vrrr�get_environLs8





zWSGIRequestHandler.get_environcCstjS)N)�sys�stderr)rrrr�
get_stderrqszWSGIRequestHandler.get_stderrcCs�|jjd�|_t|j�dkrVd|_d|_d|_|jd�dS|j�sfdSt	|j
�}zGt|j||j�|j
��}||_|j|jj��Wd|j�XdS)zHandle a single HTTP requestiiri�N)Zrfile�readlineZraw_requestline�lenZrequestliner+r-Z
send_errorZ
parse_requestrZwfiler
r<r9rZrunr)r"�detach)r�stdoutZhandlerrrr�handlets 			
!	zWSGIRequestHandler.handleN)rrr�__version__r,r9r<rArrrrrHs
%cCs�ddlm}|�}tdd|�td|�t|j��}x0|D](\}}t|dt|�d|�qOW|dd
g�|j�jd	�gS)Nr)�StringIOzHello world!�file�=z200 OK�Content-Type�text/plain; charset=utf-8zutf-8)rFrG)�iorC�print�sortedr2�repr�getvalue�encode)�environZstart_responserCr@�hr7r8rrrr	�s	
 cCs&|||f|�}|j|�|S)zACreate a new WSGI server listening on `host` and `port` for `app`)r#)r6�portZappZserver_classZ
handler_classr)rrrr
�s
�__main__ri@zServing HTTP onrPrz...zhttp://localhost:8000/xyz?abc)#r$Zhttp.serverrrrHrr:Zurllib.parser/Zwsgiref.handlersr�platformrrB�__all__r,�versionr�sys_versionrr
rrr	r
rZhttpdZsocketZgetsocknameZsarIZ
webbrowser�openZhandle_requestZserver_closerrrr�<module>s0
H