Module akiaki_fcgi::fcgi

source ·
Expand description

A FastCGI server library in async/await.

Structs

The handler for the FastCGI management tasks.
The handler for the input and the output of the FastCGI request.

Enums

The error returned when reading from the FastCGI client was failed.
The error returned when writing to the FastCGI client was failed.

Constants

The value to be returned from the FastCGI server handler function when failed to handle the request.
The value to be returned from the FastCGI server handler function when succeeded to handle the request.

Functions

Runs the FastCGI management tasks and listens to FastCGI clients connected.

Type Definitions

The boxed general error type for this FastCGI library.
The general result type for this FastCGI library.