Crate clientix_codegen
Source - clientix
- A procedural macro for building an HTTP client. It includes the following attributes:
- data_transfer
- A procedural macro for generating DTO objects.
- delete
- A procedural macro for building an HTTP DELETE method of trait. It includes the following attributes:
- get
- A procedural macro for building an HTTP GET method of trait. It includes the following attributes:
- head
- A procedural macro for building an HTTP HEAD method of trait. It includes the following attributes:
- header
- A procedural macro for adding HTTP headers to a request. It includes the following attributes:
- patch
- A procedural macro for building an HTTP PATCH method of trait. It includes the following attributes:
- post
- A procedural macro for building an HTTP POST method of trait. It includes the following attributes:
- put
- A procedural macro for building an HTTP PUT method of trait. It includes the following attributes:
- request_args
- RequestArgs