|
Peano
|
Tiny HTTP Proxy. More...
Data Structures | |
| class | ProxyHandler |
| class | ThreadingHTTPServer |
Functions | |
| main (argv) | |
Variables | |
| str | __version__ = "1.1.1" |
| print_word = lambda wd(wd, end="\t", flush=True) | |
| s | _ = lambda s.encode('utf-8') |
Tiny HTTP Proxy.
This module implements GET, HEAD, POST, PUT, DELETE and CONNECT methods on BaseHTTPServer (or server.http), and behaves as an HTTP proxy.
| TinyHTTPProxy.main | ( | argv | ) |
Definition at line 135 of file TinyHTTPProxy.py.
|
protected |
Definition at line 20 of file TinyHTTPProxy.py.
Referenced by TinyHTTPProxy.ProxyHandler.do_GET().
|
private |
Definition at line 11 of file TinyHTTPProxy.py.
| TinyHTTPProxy.print_word = lambda wd(wd, end="\t", flush=True) |
Definition at line 19 of file TinyHTTPProxy.py.
Referenced by TinyHTTPProxy.ProxyHandler._read_write().