Crates.io | http-request-derive |
lib.rs | http-request-derive |
version | 0.3.2 |
source | src |
created_at | 2024-02-08 09:31:08.592016 |
updated_at | 2024-09-20 09:46:39.772903 |
description | Use derive to create HTTP requests |
homepage | |
repository | https://gitlab.opencode.de/opentalk/libs/http-request-derive |
max_upload_size | |
id | 1131892 |
size | 91,606 |
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
.