1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/http-proxy
2021-11-12 13:30:48 +00:00
..
src enable two way streaming for proxy. (#463) 2021-11-12 13:30:48 +00:00
Cargo.toml Restructure folders (#411) 2021-02-26 00:57:58 +00:00
README.md Restructure folders (#411) 2021-02-26 00:57:58 +00:00

HTTP Full proxy example

This is a relatively simple HTTP proxy, forwarding HTTP requests to another HTTP server, including request body, headers, and streaming uploads.

To start:

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