Crates.io | http-request-derive |
lib.rs | http-request-derive |
version | 0.4.0 |
created_at | 2024-02-08 09:31:08.592016+00 |
updated_at | 2025-04-02 07:13:16.451711+00 |
description | Use derive to create HTTP requests |
homepage | |
repository | https://gitlab.opencode.de/opentalk/libs/http-request-derive |
max_upload_size | |
id | 1131892 |
size | 40,967 |
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
.