async_fcgi/
stream.rs

1/*! FCGI Server/Clients usually support TCP as well as Unixsockets
2 *
3 *
4 */
5#[deprecated(since = "0.4.1",
6    note="Use the crate async_stream_connection instead")]
7pub use async_stream_connection::{Addr as FCGIAddr, Listener, Stream};