YisongZou / HTTP-Caching-Proxy

Established a proxy server on Linux VM to handle GET, POST and CONNECT HTTP request from browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP-Caching-Proxy

  1. Established a proxy server on Linux VM to handle GET, POST and CONNECT HTTP request from browser.
  2. Implemented multithreading for concurrent requests and achieved synchronization by RAII strategy.
  3. Integrated an LRU cache for efficiency and accomplished response expire-checking and re-validation.
  4. Achieved robustness to external failures by providing exception guarantee for request and response.

About

Established a proxy server on Linux VM to handle GET, POST and CONNECT HTTP request from browser.


Languages

Language:C++ 99.0%Language:Makefile 0.8%Language:Dockerfile 0.2%