class Blitz::Curl::Sprint::Request
Represents the request object generated by the sprint. Contains all of the headers and POST/PUT data, if any.
Attributes
content[R]
POST/PUT content, if any
headers[R]
All of the request headers (as a Hash of name/value pairs)
line[R]
The entire request line (GET / HTTP/1.1, for example)
method[R]
The method used in the request
url[R]
The URL, including path, query arguments and hash fragments