Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 413 Bytes

File metadata and controls

15 lines (10 loc) · 413 Bytes

HttpResponse

Http response received.

Properties

Name Type Description
status_code Integer The status code returned by the server.
reason_phrase String The reason phrase returned by the server.
headers Hash Response headers.
raw_body String Response body.
request HttpRequest The request that resulted in this response.