An open API service indexing awesome lists of open source software.

https://github.com/novikd/proxy-server

Proxy server
https://github.com/novikd/proxy-server

http kqueue proxy-server

Last synced: 2 months ago
JSON representation

Proxy server

Awesome Lists containing this project

README

          

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