Struct async_fcgi::fastcgi::EndRequestBody[][src]

pub struct EndRequestBody {
    pub app_status: u32,
    pub protocol_status: u8,
}

Fields

app_status: u32protocol_status: u8

Implementations

protocol_status component of EndRequestBody

Normal end of request

protocol_status component of EndRequestBody

Application is designed to process one request at a time per connection

protocol_status component of EndRequestBody

The application runs out of some resource, e.g. database connections

protocol_status component of EndRequestBody

Web server has specified a role that is unknown to the application

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.