{
    "content": [
        {
            "type": "text",
            "text": "# XML::RPC::UA::Curl (perldoc)\n\n## NAME\n\nXML::RPC::UA::Curl - XML::RPC useragent, using Curl\n\n## SYNOPSIS\n\nuse XML::RPC::Fast;\nuse XML::RPC::UA::Curl;\nmy $rpc = XML::RPC::Fast->new(\n$uri,\nua => XML::RPC::UA::Curl->new(\nua      => 'YourApp/0.1',\ntimeout => 3,\n),\n);\n\n## DESCRIPTION\n\nDefault syncronous useragent for XML::RPC::Fast\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **IMPLEMENTED METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::RPC::UA::Curl",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::RPC::UA::Curl - XML::RPC useragent, using Curl",
        "synopsis": "use XML::RPC::Fast;\nuse XML::RPC::UA::Curl;\nmy $rpc = XML::RPC::Fast->new(\n$uri,\nua => XML::RPC::UA::Curl->new(\nua      => 'YourApp/0.1',\ntimeout => 3,\n),\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "IMPLEMENTED METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::RPC::UA::Curl - XML::RPC useragent, using Curl\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::RPC::Fast;\nuse XML::RPC::UA::Curl;\n\nmy $rpc = XML::RPC::Fast->new(\n$uri,\nua => XML::RPC::UA::Curl->new(\nua      => 'YourApp/0.1',\ntimeout => 3,\n),\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Default syncronous useragent for XML::RPC::Fast\n",
                "subsections": []
            },
            "IMPLEMENTED METHODS": {
                "content": "new\nasync = 0\ncall",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "*   XML::RPC::UA\n\nBase class (also contains documentation)\n\n*   XML::RPC::UA::AnyEvent\n\nCOPYRIGHT & LICENSE\nCopyright (c) 2008-2011 Mons Anderson, Andrii Kostenko.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Mons Anderson, \"<mons@cpan.org>\", Andrii Kostenko \"<andrey@kostenko.name>\"\n",
                "subsections": []
            }
        }
    }
}