Skip to main contentModule types
Source pub use content_range::ContentRange;pub use patch::Patch;pub use request::BraidRequest;pub use response::BraidResponse;pub use update::Update;pub use version::Version;
- content_range
- Content-Range specification for patches.
- patch
- Patch representing a partial update to a resource.
- request
- Braid-specific request parameters.
- response
- HTTP response with Braid protocol information.
- update
- Complete update in the Braid protocol.
- version
- Version identifier for the Braid-HTTP protocol.
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.