Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 744 Bytes

File metadata and controls

7 lines (5 loc) · 744 Bytes

Parallel HTTP(Hypertext Transfer Protocol) proxy with caching

Based on (but not equivalent to) COS-461 [Princeton University] HTTP Proxy assignment here

using TCP as the transport layer protocol.

About

HTTP proxies have a lot of use cases, from caching, authentication and preventing users from accessing malicious websites. They’re widely used in the world wide web and in business settings. Businesses use proxies to prevent their employees from surfing malicious websites, and enforce authentication and logging. Websites use proxies to provide caching and load balancing that shrinks websites load time.