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

This branch is up to date with Waltlxj/concurrent-caching-proxy-server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

921a338 · Nov 19, 2021

History

3 Commits
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021

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%