Skip to content

A simple HTTP proxy written in C that caches web objects and can handle concurrent requests

Notifications You must be signed in to change notification settings

navdeepgill14/concurrent-caching-proxy-server

 
 

Repository files navigation

Concurrent Caching Web Proxy

Lab pratice based on the CS:APP textbook.
A simple HTTP proxy written in C that caches web objects and can handle concurrent requests.

  • proxy.c - proxy implementation
  • driver.sh - testing

Author

Walt Li, Eric Gassel

Futher README

See README-student for information of the files in this repo.

About

A simple HTTP proxy written in C that caches web objects and can handle concurrent requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.8%
  • Shell 12.0%
  • Makefile 1.4%
  • Perl 1.1%
  • Other 0.7%