//! # PTTH //! //! PTTH is a set of tools for running HTTP servers that are disguised //! as HTTP clients. //! //! This crate only contains integration tests. The other crates //! fit into this dependency DAG: //! //! ```text //! * ptth //! |\ //! | * ptth_server //! * | ptth_relay //! |/ //! * ptth_core //! ``` #[cfg (test)] mod tests;