class HttpParser::Instance

def type

Returns:
  • (:request, :response, :both) -
def type
    TYPES[self[:type_flags] & 0x3]
end