[][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: ConPool to manage a set of Connections
  • web_server: Connection to easily resolv HTTPRequests to HTTPResponses
  • application: FCGICodec a tokio codec for FastCGI Servers / Applications

Modules

client

Fast CGI client/webserver side *

fastcgi

Contains constants and models for fcgi data records.

server

Fast CGI server/application side *

Enums

FCGIAddr