Definition at line 28 of file TinyHTTPProxy.py.
◆ _connect_to()
| TinyHTTPProxy.ProxyHandler._connect_to |
( |
| self, |
|
|
| netloc, |
|
|
| soc ) |
|
protected |
◆ _read_write()
| TinyHTTPProxy.ProxyHandler._read_write |
( |
| self, |
|
|
| soc, |
|
|
| max_idling = 20 ) |
|
protected |
◆ do_CONNECT()
| TinyHTTPProxy.ProxyHandler.do_CONNECT |
( |
| self | ) |
|
◆ do_GET()
| TinyHTTPProxy.ProxyHandler.do_GET |
( |
| self | ) |
|
◆ handle()
| TinyHTTPProxy.ProxyHandler.handle |
( |
| self | ) |
|
◆ __base
| TinyHTTPProxy.ProxyHandler.__base = hserv.BaseHTTPRequestHandler |
|
staticprivate |
◆ __base_handle
| TinyHTTPProxy.ProxyHandler.__base_handle = __base.handle |
|
staticprivate |
◆ command
| TinyHTTPProxy.ProxyHandler.command |
◆ do_DELETE
| TinyHTTPProxy.ProxyHandler.do_DELETE = do_GET |
|
static |
◆ do_HEAD
| TinyHTTPProxy.ProxyHandler.do_HEAD = do_GET |
|
static |
◆ do_OPTIONS
| TinyHTTPProxy.ProxyHandler.do_OPTIONS = do_GET |
|
static |
◆ do_POST
| TinyHTTPProxy.ProxyHandler.do_POST = do_GET |
|
static |
◆ do_PUT
| TinyHTTPProxy.ProxyHandler.do_PUT = do_GET |
|
static |
◆ path
| TinyHTTPProxy.ProxyHandler.path |
◆ raw_requestline
| TinyHTTPProxy.ProxyHandler.raw_requestline |
◆ rbufsize
| int TinyHTTPProxy.ProxyHandler.rbufsize = 0 |
|
static |
◆ request_version
| TinyHTTPProxy.ProxyHandler.request_version |
◆ server_version
| str TinyHTTPProxy.ProxyHandler.server_version = "TinyHTTPProxy/" + __version__ |
|
static |
The documentation for this class was generated from the following file: