Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 343 Bytes

File metadata and controls

10 lines (8 loc) · 343 Bytes

My simple implementation of HTTP proxy server.

Details

  • Kqueue is used for asynchronous writing and reading messages from sockets.
  • Server supports HTTP caching (only ETag).
  • Every client will be disconnected from server after 10 minutes doing nothing.
  • Multithreading added.

System requirements

  • Operating system: FreeBSD or MacOS