Skip to content

skbly7/http_web_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Web Proxy

Execute as:

python run.py 8080 127.0.0.1

  • Works with HTTP traffic
  • Cache 200 responses
  • Listen by default to 8080, until port is passed as command line argument.
  • Listen on 127.0.0.1, until passed as command line argument.
  • Infinitely cache (not based on response header)
  • Works with telnet, curl and browser (HTTP request only)

About

HTTP Web Proxy with cache written in Python (socket programming)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages