Method: HTTPX::Response#status

Defined in:
lib/httpx/response.rb

#statusObject (readonly)

the HTTP response status code



27
28
29
# File 'lib/httpx/response.rb', line 27

def status
  @status
end