Crates.io | rprox |
lib.rs | rprox |
version | 0.1.0 |
source | src |
created_at | 2022-03-21 00:10:43.994903 |
updated_at | 2022-03-21 00:10:43.994903 |
description | A basic Rust reverse proxy |
homepage | |
repository | https://github.com/nyxkrage/rprox |
max_upload_size | |
id | 553780 |
size | 26,936 |
A very basic reverse proxy in Rust
Explore the docs »
Report Bug
·
Request Feature
This is a basic reverse proxy, with hotreloading*, abiltiy to write middleware in Golang*
*Not yet implemented
This is an example of how to list things you need to use the software and how to install them.
git clone https://github.com/nyxkrage/rprox.git
cargo build
cargo run
See test.yaml for an example configuration
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE for more information.