FCGI::Record
uint8_t type; uint8_t reserved;
# File lib/fcgi.rb, line 419 def initialize(id, t) super FCGI_UNKNOWN_TYPE, id @unknown_type = t end
# File lib/fcgi.rb, line 414 def self::parse(id, body) type, *reserved = *body.unpack(BODY_FORMAT) new(id, type) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.