coil-runtime 0.1.1

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use super::*;

mod execution;
mod graph;
mod response_graph;

pub(crate) use execution::LiveExecutionReceipts;
pub(crate) use graph::LiveHtmlResponseGraph;
pub(crate) use response_graph::{
    LiveCacheHeaders, LiveResponseAnnotations, LiveResponseComposition,
};