pretend 0.4.0

pretend is a modular, Feign-inspired, HTTP client based on macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: Expected `#[pretend]` or `#[pretend(?Send)]`
 --> $DIR/attribute.rs:5:1
  |
5 | #[pretend(local)]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `pretend` (in Nightly builds, run with -Z macro-backtrace for more info)

error: Expected `#[pretend]` or `#[pretend(?Send)]`
  --> $DIR/attribute.rs:11:1
   |
11 | #[pretend(blocking)]
   | ^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the attribute macro `pretend` (in Nightly builds, run with -Z macro-backtrace for more info)