[−][src]Crate async_fcgi
FastCGI implementation in pure Rust.
Developed for FlashRust Webserver with focus on
- Vectorized IO and Zero Copy
 - async IO / tokio
 - easy HTTP interfaces
 
The default is only to provide the FastCGI Record parsing. Use these features to get
con_pool:ConPoolto manage a set of Connectionsweb_server:Connectionto easily resolv HTTPRequests to HTTPResponsesapplication:FCGICodeca tokio codec for FastCGI Servers / Applicationsapp_start:ConPoolgains prep_server methode to start an FCGI Application
Re-exports
pub use stream::FCGIAddr; | 
Modules
| client | Fast CGI client/webserver side *  | 
| fastcgi | Contains constants and models for fcgi data records.  | 
| stream | FCGI Server/Clients usually support TCP as well as Unixsockets  |