Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/SimpleHTTPServer.pyc |
��
���Lc @ s� d Z d Z d g Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k
Z
y d d k l Z Wn# e
j
o d d k l Z n Xd e i f d � � YZ e e i d � Z e d j o e � n d S( s� Simple HTTP Server.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
s 0.6t SimpleHTTPRequestHandleri����N( t StringIOc B s� e Z d Z d e Z d � Z d � Z d � Z d � Z d � Z d � Z
d � Z e i
p e i � n e i i � Z e i h d d
6d d 6d d
6d d 6� RS( sW Simple HTTP request handler with GET and HEAD commands.
This serves files from the current directory and any of its
subdirectories. The MIME type for files is determined by
calling the .guess_type() method.
The GET and HEAD requests are identical except that the HEAD
request omits the actual contents of the file.
s SimpleHTTP/c C s8 | i � } | o! | i | | i � | i � n d S( s Serve a GET request.N( t send_headt copyfilet wfilet close( t selft f( ( s( /usr/lib64/python2.6/SimpleHTTPServer.pyt do_GET* s c C s% | i � } | o | i � n d S( s Serve a HEAD request.N( R R ( R R ( ( s( /usr/lib64/python2.6/SimpleHTTPServer.pyt do_HEAD1 s c
C s� | i | i � } d } t i i | � o� | i i d � p3 | i d � | i d | i d � | i � d SxR d D]9 } t i i | | � } t i i
| � o | } Pqx qx W| i | � Sn | i | � } y t
| d � } Wn$ t j
o | i d d � d SX| i d � | i d
| � t i | i � � } | i d t | d � � | i d
| i | i � � | i � | S( s{ Common code for GET and HEAD commands.
This sends the response code and MIME headers.
Return value is either a file object (which has to be copied
to the outputfile by the caller unless the command was HEAD,
and must be closed by the caller under all circumstances), or
None, in which case the caller has nothing further to do.
t /i- t Locations
index.htmls index.htmt rbi� s File not foundi� s Content-types Content-Lengthi s
Last-ModifiedN( s
index.htmls index.htm( t translate_patht patht Nonet ost isdirt endswitht
send_responset send_headert end_headerst joint existst list_directoryt
guess_typet opent IOErrort
send_errort fstatt filenot strt date_time_stringt st_mtime( R R R t indext ctypet fs( ( s( /usr/lib64/python2.6/SimpleHTTPServer.pyR 7 s8
c C s� y t i | � } Wn'