examples/http-full-proxy at master · mygnu/examples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

HTTP Full proxy example

This proxy forwards all types of requests, including ones with body, to another HTTP server, returning the response to the client.

To start:

cargo run <listen addr> <listen port> <forward addr> <forward port>