Skip to content

Handled GET, POST, and CONNECT requests using daemon process and multi-thread. Cached responses according to the rules of expiration time and revalidation in RFC7234.

Notifications You must be signed in to change notification settings

jingyi-xie/HTTP-Caching-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proj 2

  • Please do chmod 755 src/run.sh if there is a permission error
  • Please use sudo docker-compose up WITHOUT -d to see the test cases, because in test cases, we're using stdout
  • IMPORTANT: everytime you run sudo docker-compose up, the test will run and takes about 20 seconds or so to finish, which means our proxy is ready for requests after about 20 seconds!

About

Handled GET, POST, and CONNECT requests using daemon process and multi-thread. Cached responses according to the rules of expiration time and revalidation in RFC7234.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages