Skip to content

tarun018/Web-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HTTP Web Proxy

""" Author: Tarun Gupta ID: 201403002

"""

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

Implemented a simple web proxy that passes requests and data between a web client and a web server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages