The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.