Crate async_fcgi

source ·
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

Modules§

  • clientweb_server
    Fast CGI client/webserver side
  • codeccodec
  • Contains constants and models for fcgi data records.
  • streamweb_server
    FCGI Server/Clients usually support TCP as well as Unixsockets

Enums§

  • FCGIAddrweb_server
    Address of a Stream Endpoint