Skip to content

golfvoyager1/proxy.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

proxy.py

A simple http proxy server that only supports CONNECT method

Usage

usage: proxy.py [-h] [--ipv4] [--log {DEBUG,INFO,WARNING}] [address] [port]

HTTP proxy server

positional arguments:
  address
  port

optional arguments:
  -h, --help            show this help message and exit
  --ipv4                IPv4 only
  --log {DEBUG,INFO,WARNING}

About

A simple http proxy server that only supports CONNECT method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages