Skip to content

obox-systems/demo_http_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP proxy demo

This is a reverse proxy server.

The data that is sent through this server goes to another server and back to the client.

It's configurable via config.toml file.

Gif demo

Try it out!

  1. Install Rust
  2. Start the server:
$ cargo run --release
  1. Send HTTP requests through the server address to forward them to a remote server:
# this will return the response from `127.0.0.1:8081/hello` server endpoint. 
$ curl 127.0.0.1:8080/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages