b374k
m1n1 1.01
Apache/2.2.15 (CentOS)
Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64
uid=48(apache) gid=48(apache) groups=48(apache)
server ip : 104.21.65.202 | your ip : 10.244.126.0
safemode OFF
 >  / usr / lib64 / python2.6 / wsgiref /
Filename/usr/lib64/python2.6/wsgiref/handlers.pyc
Size15.92 kb
Permissionrw-r--r--
Ownerapache
Create time23-Dec-2025 17:41
Last modified20-Jun-2019 19:45
Last accessed20-Jun-2019 19:45
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Ñò
§ÚêLc@sIdZddklZddklZlZlZddklZddk Z ddk
Z
ddk Z dddd gZ ye
Wnej
od
�Z
nXd d d
ddddgZeddddddddddddg
Zd�Zdfd��YZdefd ��YZdefd!��YZd efd"��YZdS(#s/Base classes for server/gateway implementationsiÿÿÿÿ(t
StringType(t FileWrappert guess_schemet
is_hop_by_hop(tHeadersNt BaseHandlert
SimpleHandlertBaseCGIHandlert
CGIHandlercCs+h}x|D]\}}|||<q
W|S(N((titemstdtktv((s(/usr/lib64/python2.6/wsgiref/handlers.pytdicts
 tMontTuetWedtThutFritSattSuntJantFebtMartAprtMaytJuntJultAugtSeptOcttNovtDecc
CsOti|�\ }}}}}}}}} dt||t|||||fS(Ns#%s, %02d %3s %4d %02d:%02d:%02d GMT(ttimetgmtimet _weekdaynamet
_monthname(
t timestamptyeartmonthtdaythhtmmtsstwdtytz((s(/usr/lib64/python2.6/wsgiref/handlers.pytformat_date_time#s*cBsbeZdZdZeZeZeZeZ dZ
d Z e
eii��ZeZeZd ZdZd!gZdZd ZZeZd ZdZd�Zd �Z d
�Z!d �Z"d �Z#d
�Z$d 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�Z5RS("s+Manage the invocation of a WSGI applicationiis1.0s500 Dude, this is whack!s Content-Types
text/plains;A server error occurred. Please contact the administrator.cCscy0|i�||i|i�|_|i�Wn,y|i�Wq_|i��q_XnXdS(sInvoke the applicationN(t
setup_environtenvirontstart_responsetresulttfinish_responset handle_errortclose(tselft application((s(/usr/lib64/python2.6/wsgiref/handlers.pytrunTs

cCsÔ|ii�}|_|i�|i�|d<|i�|d<|i|d<|i|d<|i�|d<|i |d<|i
|d<|i d
j o|i |d<n|i
o!|io|id |i�nd
S( s&Set up the environment for one requests
wsgi.inputs wsgi.errorss wsgi.versions
wsgi.run_onceswsgi.url_schemeswsgi.multithreadswsgi.multiprocessswsgi.file_wrappertSERVER_SOFTWAREN(t
os_environtcopyR1t add_cgi_varst get_stdint
get_stderrt wsgi_versiont
wsgi_run_oncet
get_schemetwsgi_multithreadtwsgi_multiprocesstwsgi_file_wrappertNonet
origin_servertserver_softwaret
setdefault(R7tenv((s(/usr/lib64/python2.6/wsgiref/handlers.pyR0hs




cCsY|i� p|i� o/x|iD]}|i|�q&W|i�n|i�dS(s>Send any iterable data, then close self and the iterable

Subclasses intended for use in asynchronous servers will
want to redefine this method, such that it sets up callbacks
in the event loop to iterate over the data, and to call
'self.close()' once the response is finished.
N(tresult_is_filetsendfileR3twritetfinish_contentR6(R7tdata((s(/usr/lib64/python2.6/wsgiref/handlers.pyR4}s 
cCs
t|i�S(s Return the URL scheme being used(RR1(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRB�scCs^yt|i�}Wntttfj
on*X|djot|i�|id<dSdS(s@Compute Content-Length or switch to chunked encoding if possibleisContent-LengthN(tlenR3t TypeErrortAttributeErrortNotImplementedErrortstrt
bytes_senttheaders(R7tblocks((s(/usr/lib64/python2.6/wsgiref/handlers.pytset_content_length�s
cCs%|iid�p|i�ndS(sqMake any necessary header changes or defaults

Subclasses can extend this to add other defaults.
sContent-LengthN(RVthas_keyRX(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pytcleanup_headers�scCsZ|o8z*|io|d|d|d�nWdd}Xn!|idj otd��nt|�tjp
td�t|�djp
td�t|d �p
td
�|d d jp
td �xf|D]^\}}t|�tjp
td
�t|�tjp
td�t|� p
td�qÖW||_ |i
|�|_|i S(s3'start_response()' callable as specified by PEP 333iiiNsHeaders already set!sStatus must be a stringis$Status must be at least 4 charactersis(Status message must begin w/3-digit codet s+Status message must have a space after codesHeader names must be stringssHeader values must be stringssHop-by-hop headers not allowed( t headers_sentRFRVtAssertionErrorttypeRRPtintRtstatust
headers_classRM(R7R`RVtexc_infotnametval((s(/usr/lib64/python2.6/wsgiref/handlers.pyR2¦s&
    cCs¾|io�|i�o�|id|i|if�|iid�p!|idtti���n|i o,|iid� o|id|i �q¢qºn|id|i�dS(s6Transmit version/status/date/server, via self._write()s HTTP/%s %s
tDates
Date: %s
tServers Server: %s
s Status: %s
N(
RGtclient_is_modernt_writet http_versionR`RVRYR/R!RH(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyt
send_preambleÁs

 cCs�t|�tjp
td�|iptd��n=|ipt|�|_|i�n|it|�7_|i|�|i �dS(s*'write()' callable as specified by PEP 333swrite() argument must be stringswrite() before start_response()N(
R^RR]R`R\RPRUt send_headersRht_flush(R7RO((s(/usr/lib64/python2.6/wsgiref/handlers.pyRMÏs


cCstS(sPlatform-specific file transmission

Override this method in subclasses to support platform-specific
file transmission. It is only called if the application's
return iterable ('self.result') is an instance of
'self.wsgi_file_wrapper'.

This method should return a true value if it was able to actually
transmit the wrapped file-like object using a platform-specific
approach. It should return a false value if normal iteration
should be used instead. An exception can be raised to indicate
that transmission was attempted, but failed.

NOTE: this method should call 'self.send_headers()' if
'self.headers_sent' is false and it is going to attempt direct
transmission of the file.
(tFalse(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRLãscCs)|ipd|id<|i�ndS(s.Ensure headers and content have both been sentt0sContent-LengthN(R\RVRk(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRNøs

cCs`z(t|id�o|ii�nWdd|_|_|_|_d|_t|_ XdS(s�Close the iterable (if needed) and reset all instance vars

Subclasses may want to also drop the client connection.
R6Ni(
thasattrR3R6RFRVR`R1RURmR\(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR6s  cCsS|i�t|_|i p
|i�o$|i�|it|i��ndS(s1Transmit headers to the client, via self._write()N( RZtTrueR\RGRgRjRhRTRV(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRk
s

 
cCs&|i}|dj ot|i|�S(s@True if 'self.result' is an instance of 'self.wsgi_file_wrapper'N(RERFt
isinstanceR3(R7twrapper((s(/usr/lib64/python2.6/wsgiref/handlers.pyRKs cCs|idi�djS(s,True if client can accept status and headerstSERVER_PROTOCOLsHTTP/0.9(R1tupper(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRgsc
Cs]zOddkl}|i�}||d|d|d|i|�|i�Wdd}XdS(s�Log the 'exc_info' tuple in the server log

Subclasses may override to retarget the output or change its format.
iÿÿÿÿ(tprint_exceptioniiiN(t tracebackRuR?ttraceback_limittflushRF(R7RbRutstderr((s(/usr/lib64/python2.6/wsgiref/handlers.pyt
log_exception!s 
cCsJ|iti��|ip)|i|i|i�|_|i�ndS(s>Log current error, and send error output to client if possibleN( RztsysRbR\t error_outputR1R2R3R4(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR51s
cCs'||i|iti��|igS(sZWSGI mini-app to create error output

By default, this just uses the 'error_status', 'error_headers',
and 'error_body' attributes to generate an output page. It can
be overridden in a subclass to dynamically generate diagnostics,
choose an appropriate message for the user's preferred language, etc.

Note, however, that it's not recommended from a security perspective to
spit out diagnostics to any old user; ideally, you should have to do
something special to enable diagnostic output, which is why we don't
include any here!
(t error_statust
error_headersR{Rbt
error_body(R7R1R2((s(/usr/lib64/python2.6/wsgiref/handlers.pyR|9s
cCs
t�dS(sOverride in subclass to buffer data for send to client

It's okay if this method actually transmits the data; BaseHandler
just separates write and flush operations for greater efficiency
when the underlying system actually has such a distinction.
N(RS(R7RO((s(/usr/lib64/python2.6/wsgiref/handlers.pyRhLscCs
t�dS(s¬Override in subclass to force sending of recent '_write()' calls

It's okay if this method is a no-op (i.e., if '_write()' actually
sends the data.
N(RS(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRlUscCs
t�dS(s4Override in subclass to return suitable 'wsgi.input'N(RS(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR>]scCs
t�dS(s5Override in subclass to return suitable 'wsgi.errors'N(RS(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR?ascCs
t�dS(s>Override in subclass to insert CGI variables in 'self.environ'N(RS(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR=es(iiN(s Content-Types
text/plain(6t__name__t
__module__t__doc__R@RpRCRDRmRARGRiRFRHR
tosR1R R;RRERRaRwR}R~RR`R3R\RVRUR9R0R4RBRXRZR2RjRMRLRNR6RkRKRgRzR5R|RhRlR>R?R=(((s(/usr/lib64/python2.6/wsgiref/handlers.pyR+sT 
    
     
       cBsJeZdZeed�Zd�Zd�Zd�Zd�Z d�Z
RS(sqHandler that's just initialized with streams, environment, etc.

This handler subclass is intended for synchronous HTTP/1.0 origin servers,
and handles sending the entire response output, given the correct inputs.

Usage::

handler = SimpleHandler(
inp,out,err,env, multithread=False, multiprocess=True
)
handler.run(app)cCs:||_||_||_||_||_||_dS(N(tstdintstdoutRytbase_envRCRD(R7R�R�RyR1t multithreadt multiprocess((s(/usr/lib64/python2.6/wsgiref/handlers.pyt__init__�s      cCs|iS(N(R�(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR>�scCs|iS(N(Ry(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR?�scCs|ii|i�dS(N(R1tupdateR�(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR=�scCs#|ii|�|ii|_dS(N(R�RMRh(R7RO((s(/usr/lib64/python2.6/wsgiref/handlers.pyRh�scCs |ii�|ii|_dS(N(R�RxRl(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyRl�s
( R�R�R�RpRmR�R>R?R=RhRl(((s(/usr/lib64/python2.6/wsgiref/handlers.pyRss     cBseZdZeZRS(sÚCGI-like systems using input/output/error streams and environ mapping

Usage::

handler = BaseCGIHandler(inp,out,err,env)
handler.run(app)

This handler class is useful for gateway protocols like ReadyExec and
FastCGI, that have usable input/output/error streams and an environment
mapping. It's also the base class for CGIHandler, which just uses
sys.stdin, os.environ, and so on.

The constructor also takes keyword arguments 'multithread' and
'multiprocess' (defaulting to 'True' and 'False' respectively) to control
the configuration sent to the application. It sets 'origin_server' to
False (to enable CGI-like output), and assumes that 'wsgi.run_once' is
False.
(R�R�R�RmRG(((s(/usr/lib64/python2.6/wsgiref/handlers.pyR�scBs#eZdZeZhZd�ZRS(séCGI-based invocation via sys.stdin/stdout/stderr and os.environ

Usage::

CGIHandler().run(app)

The difference between this class and BaseCGIHandler is that it always
uses 'wsgi.run_once' of 'True', 'wsgi.multithread' of 'False', and
'wsgi.multiprocess' of 'True'. It does not take any initialization
parameters, but always uses 'sys.stdin', 'os.environ', and friends.

If you need to override any of these parameters, use BaseCGIHandler
instead.
c
CsAti|tititittii ��dt
dt �dS(NR�R�( RR�R{R�R�RyR
R�R1R RmRp(R7((s(/usr/lib64/python2.6/wsgiref/handlers.pyR�Üs*(R�R�R�RpRAR;R�(((s(/usr/lib64/python2.6/wsgiref/handlers.pyRÅs(R�ttypesRtutilRRRRVRR{R�R!t__all__R
t NameErrorR#RFR$R/RRRR(((s(/usr/lib64/python2.6/wsgiref/handlers.pyt<module>s&$ ÿI))