rust-rpxy icon indicating copy to clipboard operation
rust-rpxy copied to clipboard

[WIP] A simple and ultrafast http reverse proxy serving multiple domain names and terminating TLS over http/1.1, 2 and 3, written in Rust

Results 15 rust-rpxy issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...

dependencies
rust

Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. Release notes Sourced from rustls-pemfile's releases. 2.0.0 Headlines Improving API stability. This crate now uses types from rustls-pki-types; we expect...

dependencies
rust

Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. Release notes Sourced from rustls-pemfile's releases. 2.0.0 Headlines Improving API stability. This crate now uses types from rustls-pki-types; we expect...

dependencies
rust

Recently I was browsing rust-based reverse proxies and happened upon this one as well as . I'm curious how the performance compares.

Would there be an interest in extending the product to support dynamic routing? What I mean is that the routing table is external and dynamic to the running proxy application,...

enhancement