Struct async_fcgi::fastcgi::Record[][src]

pub struct Record {
    pub body: Body,
    // some fields omitted
}
Expand description

FCGI record

Fields

body: Body

Implementations

Default request id component of Header

type component of Header

Request

The Web server sends a FCGI_BEGIN_REQUEST record to start a request

type component of Header

Request

A Web server aborts a FastCGI request when an HTTP client closes its transport connection while the FastCGI request is running on behalf of that client

type component of Header

Response

The application sends a FCGI_END_REQUEST record to terminate a request

type component of Header

Request

Receive name-value pairs from the Web server to the application

type component of Header

Request

Byte Stream

type component of Header

Response

Byte Stream

type component of Header

Response

Byte Stream

type component of Header

Request

Byte Stream

type component of Header

Request

The Web server can query specific variables within the application The application receives.

type component of Header

Response

The Web server can query specific variables within the application. The application responds.

serialize this record and append it to buf - used by tests

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.