| Crates.io | armature-ferron |
| lib.rs | armature-ferron |
| version | 0.1.1 |
| created_at | 2025-12-26 19:30:09.667711+00 |
| updated_at | 2025-12-30 22:11:54.03069+00 |
| description | Ferron reverse proxy integration for Armature |
| homepage | https://pegasusheavy.github.io/armature |
| repository | https://github.com/pegasusheavy/armature |
| max_upload_size | |
| id | 2006117 |
| size | 157,656 |
Ferron reverse proxy integration for the Armature framework.
[dependencies]
armature-ferron = "0.1"
use armature_ferron::FerronProxy;
let proxy = FerronProxy::new()
.backend("http://localhost:8001")
.backend("http://localhost:8002")
.health_check("/health")
.build();
proxy.listen("0.0.0.0:80").await?;
MIT OR Apache-2.0