pub type Http01DataLock = Arc<RwLock<Option<(String, String)>>>;
pub struct Http01DataLock { /* private fields */ }