Crate http_typed
source ·Macros
- Define a request group to constrain which requests can be used with a client.
Structs
- The default group. All requests are in this group.
- A client to delegate to the send function that provides the ability to optionally specify:
Enums
Traits
- Indicates that a request is part of a request group. If you use the request_group macro to define the group, it will handle the implementation of this trait automatically.
Functions
- Send the provided request to the host at the specified base url, using the request metadata specified by the Request implementation.
- Send the provided request to the host at the specified base url using the specified method, and deserialize the response as the specified response type