class Blitz::Curl::Sprint::Response
Represents the response object generated by the sprint. Contains all of the headers and the response payload, if any.
Attributes
content[R]
The response content, if any
headers[R]
All of the response headers (as a Hash of name/value pairs)
line[R]
The entire response line (HTTP/1.1 200 Okay, for example)
message[R]
The message in the response line
status[R]
The response status