feignhttp-codegen 0.5.2

FeignHTTP macro support
Documentation
1
2
3
4
5
error: request must have only one of body or form
  --> tests/ui/func/body_form.rs:10:32
   |
10 | pub async fn send_post(#[body] b: S, #[form] f: S) -> Result<String> {}
   |                                ^^^^^^^^^^^^^^^^^^