NAME
Power::Outlet::Common::IP::HTTP - Power::Outlet base class for HTTP power outlet
SYNOPSIS
use base qw{Power::Outlet::Common::IP::HTTP};
DESCRIPTION
Power::Outlet::Common::IP::HTTP is a package for controlling and querying an HTTP-based network attached power outlet.
USAGE
use base qw{Power::Outlet::Common::IP::HTTP};
METHODS
url
Returns a configured URI::http object
PROPERTIES
http_scheme
Set and returns the http_scheme property
Default: http
http_path
Set and returns the http_path property
Default: /
OBJECT ACCESSORS
http_client
Returns a cached HTTP::Tiny web client
BUGS
Please log on RT and send an email to the author.
SUPPORT
DavisNetworks.com supports all Perl applications including this package.
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
DavisNetworks.com
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.