apigate 1.0.0

Macro-driven API gateway for Rust: declarative routing, request transformation, and reverse proxying built on axum
Documentation
1
2
3
4
5
6
7
error: `map` requires one of `query = T`, `json = T`, or `form = T`
  --> tests/ui/fail/map_without_data.rs:10:1
   |
10 | #[apigate::service(name = "sales", prefix = "/sales")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the attribute macro `apigate::service` (in Nightly builds, run with -Z macro-backtrace for more info)