Method: HTTP::Message#status

Defined in:
lib/httpclient/http.rb

#statusObject Also known as: code, status_code

Returns HTTP status code in response. Integer.



998
999
1000
# File 'lib/httpclient/http.rb', line 998

def status
  @http_header.status_code
end