crux_http 0.17.0

HTTP capability for use with crux_core
Documentation
1
2
3
4
5
6
7
8
9
mod response_builder;

#[cfg(test)]
mod fake_shell;

pub use response_builder::ResponseBuilder;

#[cfg(test)]
pub(crate) use fake_shell::FakeShell;