http-request-derive

Crates.iohttp-request-derive
lib.rshttp-request-derive
version0.1.2
sourcesrc
created_at2024-02-08 09:31:08.592016
updated_at2024-02-23 14:28:57.795859
descriptionUse derive to create HTTP requests
homepage
repositoryhttps://codeberg.org/silwol/http-request-derive
max_upload_size
id1131892
size27,485
OpenTalk Bot (OpenTalk-Bot)

documentation

README

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.

Commit count: 0

cargo fmt