| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/wsgiref/ |
Upload File : |
ó —|_c @ sY d Z d d l m Z m Z d d l Z d d l Z d d l m Z d Z d d d d g Z d e Z d e j j ƒ d Z e d e Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d „ Z e e d „ Z e d k rUe d d e ƒ Z e j j ƒ Z d Ge d Gd Ge d Gd GHd d l Z e j d ƒ e j ƒ n d S( s* BaseHTTPServer that implements the Python WSGI protocol (PEP 333, rev 1.21) 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. iÿÿÿÿ( t BaseHTTPRequestHandlert HTTPServerN( t SimpleHandlers 0.1t WSGIServert WSGIRequestHandlert demo_appt make_servers WSGIServer/s Python/i t t ServerHandlerc B s e Z e Z d „ Z RS( c C sB z- | j j | j j d d ƒ d | j ƒ Wd t j | ƒ Xd S( NR i i ( t request_handlert log_requestt statust splitt bytes_sentR t close( t self( ( s+ /usr/lib/python2.7/wsgiref/simple_server.pyR s $( t __name__t __module__t software_versiont server_softwareR ( ( ( s+ /usr/lib/python2.7/wsgiref/simple_server.pyR s c B s8 e Z d Z d Z d „ Z d „ Z d „ Z d „ Z RS( s7 BaseHTTPServer that implements the Python WSGI protocolc C s t j | ƒ | j ƒ d S( s. Override server_bind to store the server name.N( R t server_bindt setup_environ( R ( ( s+ /usr/lib/python2.7/wsgiref/simple_server.pyR . s c C sY i } | _ | j | d <d | d <t | j ƒ | d <d | d <d | d <d | d <d S( Nt SERVER_NAMEs CGI/1.1t GATEWAY_INTERFACEt SERVER_PORTt t REMOTE_HOSTt CONTENT_LENGTHt SCRIPT_NAME( t base_environt server_namet strt server_port( R t env( ( s+ /usr/lib/python2.7/wsgiref/simple_server.pyR 3 s c C s | j S( N( t application( R ( ( s+ /usr/lib/python2.7/wsgiref/simple_server.pyt get_app= s c C s | | _ d S( N( R"