91 lines
2.8 KiB
HTML
91 lines
2.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Net::HTTPS</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Net::HTTPS</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2019-07-18<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Net::HTTPS - Low-level HTTP over SSL/TLS connection (client)
|
|
<A NAME="lbAC"> </A>
|
|
<H2>VERSION</H2>
|
|
|
|
|
|
|
|
version 6.19
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
The <TT>"Net::HTTPS"</TT> is a low-level <FONT SIZE="-1">HTTP</FONT> over <FONT SIZE="-1">SSL/TLS</FONT> client. The interface is the same
|
|
as the interface for <TT>"Net::HTTP"</TT>, but the constructor takes additional parameters
|
|
as accepted by IO::Socket::SSL. The <TT>"Net::HTTPS"</TT> object is an <TT>"IO::Socket::SSL"</TT>
|
|
too, which makes it inherit additional methods from that base class.
|
|
<P>
|
|
|
|
For historical reasons this module also supports using <TT>"Net::SSL"</TT> (from the
|
|
Crypt-SSLeay distribution) as its <FONT SIZE="-1">SSL</FONT> driver and base class. This base is
|
|
automatically selected if available and <TT>"IO::Socket::SSL"</TT> isn't. You might
|
|
also force which implementation to use by setting <TT>$Net::HTTPS::SSL_SOCKET_CLASS</TT>
|
|
before loading this module. If not set this variable is initialized from the
|
|
<TT>"PERL_NET_HTTPS_SSL_SOCKET_CLASS"</TT> environment variable.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>ENVIRONMENT</H2>
|
|
|
|
|
|
|
|
You might set the <TT>"PERL_NET_HTTPS_SSL_SOCKET_CLASS"</TT> environment variable to the name
|
|
of the base <FONT SIZE="-1">SSL</FONT> implementation (and Net::HTTPS base class) to use. The default
|
|
is <TT>"IO::Socket::SSL"</TT>. Currently the only other supported value is <TT>"Net::SSL"</TT>.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
Net::HTTP, IO::Socket::SSL
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Gisle Aas <<A HREF="mailto:gisle@activestate.com">gisle@activestate.com</A>>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>COPYRIGHT AND LICENSE</H2>
|
|
|
|
|
|
|
|
This software is copyright (c) 2001-2017 by Gisle Aas.
|
|
<P>
|
|
|
|
This is free software; you can redistribute it and/or modify it under
|
|
the same terms as the Perl 5 programming language system itself.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">VERSION</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">ENVIRONMENT</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="6"><A HREF="#lbAG">AUTHOR</A><DD>
|
|
<DT id="7"><A HREF="#lbAH">COPYRIGHT AND LICENSE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:49 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|