Skip to content

pi0/http-proxy-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java HTTP Proxy

Starter template for Internet Engineering Course HW#1 assignment (Dr.Bakhshi - Spring 2018)

It is recommended to use curl HTTP client to test the proxy server:

curl -v -x http://localhost:8080 http://example.com

Examples of working URLs:

What to implement?

  • Complete implementation of HTTPResponse
  • Complete implementation of HTTPRequest
  • Analyze HTTPRequest
  • Analyze HTTPResponse
  • Implement A way for providing list of sites to monitor. (Using file)
  • Log monitor requests to a file
  • (optional) Add a GUI/TUI

License

No-License!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages