The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.