3 releases

0.1.2 Feb 23, 2024
0.1.1 Feb 8, 2024
0.1.0 Feb 8, 2024

#271 in HTTP server

Download history 63/week @ 2024-02-05 459/week @ 2024-02-12 1024/week @ 2024-02-19 312/week @ 2024-02-26 707/week @ 2024-03-04 1431/week @ 2024-03-11 755/week @ 2024-03-18 290/week @ 2024-03-25 1011/week @ 2024-04-01 982/week @ 2024-04-08 1184/week @ 2024-04-15

3,477 downloads per month
Used in 2 crates

MIT/Apache

20KB
358 lines

http-request-derive rust library crate

Attention: this crate is still under development.

You can derive HttpRequest on a struct and annotate it with some attributes, so that it can be used to build a http::Request which can then be sent to a server. In addition, a response type can be read from the received http::Response.


lib.rs:

HttpRequest derive

Dependencies

~2.7–4MB
~103K SLoC