You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.