Class | FCGI::Record |
In: |
lib/fcgi.rb
|
Parent: | Object |
HEADER_FORMAT | = | 'CCnnCC' | uint8_t protocol_version; uint8_t record_type; uint16_t request_id; (big endian) uint16_t content_length; (big endian) uint8_t padding_length; uint8_t reserved; | |
HEADER_LENGTH | = | 8 | ||
RECORD_CLASS | = | { FCGI_GET_VALUES => GetValuesRecord, FCGI_BEGIN_REQUEST => BeginRequestRecord, FCGI_ABORT_REQUEST => AbortRequestRecord, FCGI_PARAMS => ParamsRecord, FCGI_STDIN => StdinDataRecord, FCGI_DATA => DataRecord |
request_id | [R] | |
type | [R] |