FCGI::Record
uint8_t type; uint8_t reserved[7];
# File lib/fcgi.rb, line 419 419: def initialize(id, t) 420: super FCGI_UNKNOWN_TYPE, id 421: @unknown_type = t 422: end
# File lib/fcgi.rb, line 414 414: def self::parse(id, body) 415: type, *reserved = *body.unpack(BODY_FORMAT) 416: new(id, type) 417: end
# File lib/fcgi.rb, line 428 428: def make_body 429: [@unknown_type, 0, 0, 0, 0, 0, 0, 0].pack(BODY_FORMAT) 430: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.