Expand description
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
:client::con_pool::ConPool
to manage a set of Connectionsweb_server
:client::connection::Connection
to easily resolv HTTPRequests to HTTPResponsesapp_start
:client::con_pool::ConPool
gains prep_server methode to start an FCGI Application
Modules§
- client
web_server
- Fast CGI client/webserver side
- codec
codec
- fastcgi
- Contains constants and models for fcgi data records.
- stream
web_server
- FCGI Server/Clients usually support TCP as well as Unixsockets
Enums§
- FCGI
Addr web_server
- Address of a Stream Endpoint