NAME
Net::Curl::Parallel::Response
DESCRIPTION
An HTTP response returned by Net::Curl::Parallel.
METHODS
status
Returns the HTTP response status code.
failed
Returns true when the request generated an error.
error
Returns the error message string.
content
Returns the HTTP response body content string.
as_http_response
Returns the response as an HTTP::Response instance.