![]() |
![]()
| ![]() |
![]()
NAMENet::Amazon::S3::Response - Behaviour common to most S3 responses. VERSIONversion 0.991 SYNOPSISpackage Command::Response; extends 'Net::Amazon::S3::Response'; ... my $response = Command::Response->new ( http_response => $http_response, ); DESCRIPTIONResponse handler base class providing functionality common to most S3 responses. EXTENDINGNet::Amazon::S3::Response provides methods to cache response data.
METHODSConstructorConstructor accepts only one (required) parameter - "http_response". It should act like HTTP::Response. Response classification methods
Error handlingApart error classifition Net::Amazon::S3::Response provides also common error data accessors. Error data are available only in case of error response.
Common Response HeadersSee "S3 Common Response Headers" <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html> for more details.
XML Document parsing
HTTP Response methodsFurther methods delegated to "http_response". Refer HTTP::Response for description. AUTHORBranislav Zahradník <barney@cpan.org> COPYRIGHT AND LICENSEThis module is part of Net::Amazon::S3. AUTHORBranislav Zahradník <barney@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|