# File lib/fcgi.rb, line 414 def self::parse(id, body) type, *reserved = *body.unpack(BODY_FORMAT) new(id, type) end