|
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 : 172.67.192.52 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / |
| Filename | /usr/lib64/python2.6/BaseHTTPServer.pyo |
| Size | 21.07 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 22-Apr-2026 05:24 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc
@ s d Z d Z d d g Z d d k Z d d k Z d d k Z d d k l Z l Z e � i i
� z. e i o e d d e � n d d k
Z
Wd QXd d k Z d Z d
Z d � Z d e i f d � � YZ d e i f d
� � YZ e e d d � Z e d j o e � n d S( s
HTTP server base class.
Note: the class in this module doesn't implement any HTTP request; see
SimpleHTTPServer for simple implementations of GET, HEAD and POST
(including CGI scripts). It does, however, optionally implement HTTP/1.1
persistent connections, as of version 0.3.
Contents:
- BaseHTTPRequestHandler: HTTP request handler base class
- test: test function
XXX To do:
- log requests even later (to capture byte count)
- log user-agent header and other interesting goodies
- send error log to separate file
s 0.3t
HTTPServert BaseHTTPRequestHandleriÿÿÿÿN( t filterwarningst catch_warningst ignores .*mimetools has been removeds¸
§ÚêLc
@ s d Z d Z d d g Z d d k Z d d k Z d d k Z d d k l Z l Z e � i i
� z. e i o e d d e � n d d k
Z
Wd QXd d k Z d Z d
Z d � Z d e i f d � � YZ d e i f d
� � YZ e e d d � Z e d j o e � n d S( s
HTTP server base class.
Note: the class in this module doesn't implement any HTTP request; see
SimpleHTTPServer for simple implementations of GET, HEAD and POST
(including CGI scripts). It does, however, optionally implement HTTP/1.1
persistent connections, as of version 0.3.
Contents:
- BaseHTTPRequestHandler: HTTP request handler base class
- test: test function
XXX To do:
- log requests even later (to capture byte count)
- log user-agent header and other interesting goodies
- send error log to separate file
s 0.3t
HTTPServert BaseHTTPRequestHandleriÿÿÿÿN( t filterwarningst catch_warningst ignores .*mimetools has been removeds¸