{
    "content": [
        {
            "type": "text",
            "text": "# Net::HTTPS (perldoc)\n\n## NAME\n\nNet::HTTPS - Low-level HTTP over SSL/TLS connection (client)\n\n## DESCRIPTION\n\nThe \"Net::HTTPS\" is a low-level HTTP over SSL/TLS client. The interface is the same as the\ninterface for \"Net::HTTP\", but the constructor takes additional parameters as accepted by\nIO::Socket::SSL. The \"Net::HTTPS\" object is an \"IO::Socket::SSL\" too, which makes it inherit\nadditional methods from that base class.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **DESCRIPTION**\n- **ENVIRONMENT**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::HTTPS",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::HTTPS - Low-level HTTP over SSL/TLS connection (client)",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::HTTPS - Low-level HTTP over SSL/TLS connection (client)\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 6.22\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The \"Net::HTTPS\" is a low-level HTTP over SSL/TLS client. The interface is the same as the\ninterface for \"Net::HTTP\", but the constructor takes additional parameters as accepted by\nIO::Socket::SSL. The \"Net::HTTPS\" object is an \"IO::Socket::SSL\" too, which makes it inherit\nadditional methods from that base class.\n\nFor historical reasons this module also supports using \"Net::SSL\" (from the Crypt-SSLeay\ndistribution) as its SSL driver and base class. This base is automatically selected if available\nand \"IO::Socket::SSL\" isn't. You might also force which implementation to use by setting\n$Net::HTTPS::SSLSOCKETCLASS before loading this module. If not set this variable is\ninitialized from the \"PERLNETHTTPSSSLSOCKETCLASS\" environment variable.\n",
                "subsections": []
            },
            "ENVIRONMENT": {
                "content": "You might set the \"PERLNETHTTPSSSLSOCKETCLASS\" environment variable to the name of the base\nSSL implementation (and Net::HTTPS base class) to use. The default is \"IO::Socket::SSL\".\nCurrently the only other supported value is \"Net::SSL\".\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Net::HTTP, IO::Socket::SSL\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Gisle Aas <gisle@activestate.com>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2001 by Gisle Aas.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            }
        }
    }
}