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