Crate divviup_client
source ·Re-exports§
pub use trillium_client;
Structs§
- A client contains a Config and an optional connection pool and builds conns.
- a client connection, representing both an outbound http request and a http response
- A
HeaderValuerepresents the right hand side of a singlename: valuepair. - Trillium’s header map type
- DAP protocol message representing an HPKE config.
- DAP protocol message representing an HPKE public key.
- A
PrimitiveDateTimewith aUtcOffset. - A parsed URL record.
- A Universally Unique Identifier (UUID).
Enums§
- An error that occurred during decoding.
- A short nonehaustive enum of headers that trillium can represent as a u8. Use a
KnownHeaderNamevariant instead of a &’static str anywhere possible, as it allows trillium to skip parsing the header entirely. - HTTP request methods.
- HTTP response status codes.
Constants§
Traits§
- Describes how to decode an object from a byte sequence.
- Describes how to encode objects into a byte sequence.