feignhttp-codegen

Crates.iofeignhttp-codegen
lib.rsfeignhttp-codegen
version0.5.2
sourcesrc
created_at2021-03-16 00:38:41.057331
updated_at2024-05-25 02:22:08.773406
descriptionFeignHTTP macro support
homepagehttps://github.com/dxx/feignhttp
repositoryhttps://github.com/dxx/feignhttp
max_upload_size
id369469
size49,314
(dxx)

documentation

https://docs.rs/feignhttp

README

FeignHTTP Codegen

FeignHTTP macro support. Used by feignhttp.

Attribute Macros

feign

Marked on the implementation block of the structure.

get

Annotated on function to send get request.

post

Annotated on function to send post request.

put

Annotated on function to send put request.

delete

Annotated on function to send delete request.

Commit count: 246

cargo fmt