Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

http kqueue proxy-server

Last synced: 27 days 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