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
- Host: GitHub
- URL: https://github.com/novikd/proxy-server
- Owner: novikd
- Created: 2015-11-14T20:28:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T12:33:43.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T06:09:53.110Z (11 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