logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Curl::Simple::Request - A small class representing request/response

Attributes

agent
       A String that will be sent as the user-agent string. Defaults to "WWW::Curl::Simple/" plus the current
       version number.

   body
       The body of the response.

   head
       The head of the response.

   request
       The HTTP::Request object used to create this response.

   simple_ua
       The WWW::Curl::Simple instance that generated this request.

   easy
       The WWW::Curl::Easy object which created this response.

Author

       Andreas Marienborg <andremar@cpan.org>

Description

       Just a way to collect things used by both single and multi, and some WWW::Curl setup. You shouldn't need
       to use this class anywhere, although "$curl->perform" returns objects of this class.

Methods

perform
       Performs the actual request through WWW::Curl::Easy. Used mostly in single request land. Will croak on
       errors.

   response
       Returns a HTTP::Response that represents the response of this object.

       Also sets request on the response object to the original request object.

Name

       WWW::Curl::Simple::Request - A small class representing request/response

Version

       version 0.100191

See Also