Object
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;
# File lib/fcgi.rb, line 313 313: def self::class_for(type) 314: RECORD_CLASS[type] 315: end
# File lib/fcgi.rb, line 329 329: def management_record? 330: @request_id == FCGI_NULL_REQUEST_ID 331: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.