Struct async_fcgi::fastcgi::Record [−][src]
pub struct Record {
pub body: Body,
// some fields omitted
}Expand description
FCGI record
Fields
body: BodyImplementations
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
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.