4 releases

0.2.0 May 14, 2024
0.1.2 Feb 23, 2024
0.1.1 Feb 8, 2024
0.1.0 Feb 8, 2024

#22 in #requests

Download history 1070/week @ 2024-04-03 1122/week @ 2024-04-10 1097/week @ 2024-04-17 957/week @ 2024-04-24 848/week @ 2024-05-01 1104/week @ 2024-05-08 1388/week @ 2024-05-15 1519/week @ 2024-05-22 1090/week @ 2024-05-29 1238/week @ 2024-06-05 1213/week @ 2024-06-12 887/week @ 2024-06-19 843/week @ 2024-06-26 806/week @ 2024-07-03 582/week @ 2024-07-10 1003/week @ 2024-07-17

3,552 downloads per month
Used in 2 crates

MIT/Apache

21KB
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.4–3.5MB
~92K SLoC