coil-runtime 0.1.1

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
mod backend;
mod offload;

pub(super) use backend::RuntimeOutboundHttpBackend;

#[cfg(test)]
mod tests;