| Home | Trees | Index | Help |
|---|
| Package i2p :: Module SimpleHTTPServer :: Class SimpleHTTPRequestHandler |
|
BaseRequestHandler--+ |StreamRequestHandler--+ |BaseHTTPRequestHandler--+ |SimpleHTTPRequestHandler--+ | SimpleHTTPRequestHandler
| Method Summary | |
|---|---|
| Inherited from SimpleHTTPRequestHandler | |
Copy all data between two file objects. | |
Serve a GET request. | |
Serve a HEAD request. | |
Guess the type of a file. | |
Helper to produce a directory listing (absent index.html). | |
Common code for GET and HEAD commands. | |
Translate a /-separated PATH to the local filename syntax. | |
| Inherited from BaseHTTPRequestHandler | |
Return the client address formatted for logging. | |
Return the current date and time formatted for a message header. | |
Send the blank line ending the MIME headers. | |
Handle multiple requests if necessary. | |
Handle a single HTTP request. | |
Return the current time formatted for logging. | |
Log an error. | |
Log an arbitrary message. | |
Log an accepted request. | |
Parse a request (internal). | |
Send and log an error reply. | |
Send a MIME header. | |
Send the response header and log the response code. | |
Return the server software version string. | |
| Inherited from StreamRequestHandler | |
| |
| |
| Inherited from BaseRequestHandler | |
| |
| Class Variable Summary | |
|---|---|
| Inherited from SimpleHTTPRequestHandler | |
dict |
extensions_map = {'': 'application/octet-stream', '.obj'...
|
str |
server_version = 'SimpleHTTP/0.6'
|
| Inherited from BaseHTTPRequestHandler | |
str |
error_message_format = '<head>\n<title>Error response</t...
|
list |
monthname = [None, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'J...
|
str |
protocol_version = 'HTTP/1.0'
|
dict |
responses = {400: ('Bad request', 'Bad request syntax or...
|
str |
sys_version = 'Python/2.3.4'
|
list |
weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat',...
|
| Inherited from StreamRequestHandler | |
int |
rbufsize = -1 |
int |
wbufsize = 0 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |