coil-runtime 0.1.0

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
mod annotations;
mod composition;
mod headers;

pub(crate) use annotations::{LiveCacheHeaders, LiveResponseAnnotations};
pub(crate) use composition::LiveResponseComposition;

#[cfg(test)]
mod tests;