Peano
Loading...
Searching...
No Matches
TinyHTTPProxy Namespace Reference

Tiny HTTP Proxy. More...

Data Structures

class  ProxyHandler
 
class  ThreadingHTTPServer
 

Functions

 main (argv)
 

Variables

str __version__ = "1.1.1"
 
print print_word = lambda wd(wd, end="\t", flush=True)
 
_ = lambda s.encode('utf-8')
 

Detailed Description

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.

Function Documentation

◆ main()

TinyHTTPProxy.main ( argv)

Definition at line 135 of file TinyHTTPProxy.py.

Variable Documentation

◆ _

s TinyHTTPProxy._ = lambda s.encode('utf-8')
protected

Definition at line 20 of file TinyHTTPProxy.py.

Referenced by TinyHTTPProxy.ProxyHandler.do_GET().

◆ __version__

str TinyHTTPProxy.__version__ = "1.1.1"
private

Definition at line 11 of file TinyHTTPProxy.py.

◆ print_word

TinyHTTPProxy.print_word = lambda wd(wd, end="\t", flush=True)

Definition at line 19 of file TinyHTTPProxy.py.

Referenced by TinyHTTPProxy.ProxyHandler._read_write().