Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
Proxy server
- Host: GitHub
- URL: https://github.com/novikd/proxy-server
- Owner: novikd
- Created: 2015-11-14T20:28:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T12:33:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-20T17:13:06.014Z (2 months ago)
- Topics: http, kqueue, proxy-server
- Language: C++
- Homepage:
- Size: 248 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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