Skip to main content

Module types

Module types 

Source

Re-exports§

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;

Modules§

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.

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.