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