NAME
Kubernetes::REST::HTTPResponse - HTTP response object
VERSION
version 1.002
SYNOPSIS
use Kubernetes::REST::HTTPResponse;
my $res = Kubernetes::REST::HTTPResponse->new(
status => 200,
content => '{"items":[]}',
);
DESCRIPTION
Internal HTTP response object used by Kubernetes::REST.
content
The response body content.
status
The HTTP status code (e.g., 200, 404, 500).
SEE ALSO
Kubernetes::REST::HTTPRequest - Request object
Kubernetes::REST::Role::IO - IO interface
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/kubernetes-rest/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <torsten@raudssus.de>
Jose Luis Martinez Torres <jlmartin@cpan.org> (JLMARTIN, original author, inactive)
COPYRIGHT AND LICENSE
This software is Copyright (c) 2019 by Jose Luis Martinez.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004