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

Power::Outlet::Common::IP::HTTPS - Power::Outlet base class for HTTPS power outlet

SYNOPSIS

  use base qw{Power::Outlet::Common::IP::HTTPS};

DESCRIPTION

Power::Outlet::Common::IP::HTTPS is a package for controlling and querying an HTTPS-based network attached power outlet.

USAGE

  use base qw{Power::Outlet::Common::IP::HTTPS};

METHODS

url

Returns a configured URI::http object

PROPERTIES

All properties from Power::Outlet::Common::IP::HTTP with these default differences

http_scheme

Set and returns the http_scheme property

Default: https

port

Set and returns the port property

Default: 443

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.

SEE ALSO

URI, HTTP::Tiny