class HttpParser::Instance

def http_status

Other tags:
    See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1 -

Returns:
  • (Integer) -
def http_status
    self[:status_code]
end