kingst/twproxy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a very basic HTTP proxy. Currently it will create a new thread for each new client connection and use blocking I/O calls to get the request from the browser and then get a reply from the server.