{
    "content": [
        {
            "type": "text",
            "text": "# Frontier::Daemon (perldoc)\n\n## NAME\n\nFrontier::Daemon - receive Frontier XML RPC requests\n\n## SYNOPSIS\n\nuse Frontier::Daemon;\nFrontier::Daemon->new(methods => {\n'rpcName' => \\&subname,\n...\n});\n\n## DESCRIPTION\n\n*Frontier::Daemon* is an HTTP/1.1 server that listens on a socket for incoming requests\ncontaining Frontier XML RPC2 method calls. *Frontier::Daemon* is a subclass of *HTTP::Daemon*,\nwhich is a subclass of *IO::Socket::INET*.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (1 subsections)\n- **SEE ALSO** (1 subsections)\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Frontier::Daemon",
        "section": "",
        "mode": "perldoc",
        "summary": "Frontier::Daemon - receive Frontier XML RPC requests",
        "synopsis": "use Frontier::Daemon;\nFrontier::Daemon->new(methods => {\n'rpcName' => \\&subname,\n...\n});",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": [
                    {
                        "name": "int",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "perl",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Frontier::Daemon - receive Frontier XML RPC requests\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Frontier::Daemon;\n\nFrontier::Daemon->new(methods => {\n'rpcName' => \\&subname,\n...\n});\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "*Frontier::Daemon* is an HTTP/1.1 server that listens on a socket for incoming requests\ncontaining Frontier XML RPC2 method calls. *Frontier::Daemon* is a subclass of *HTTP::Daemon*,\nwhich is a subclass of *IO::Socket::INET*.\n\n*Frontier::Daemon* takes a `\"methods\"' parameter, a hash that maps an incoming RPC method name\nto reference to a subroutine.\n\n*Frontier::Daemon* takes a `\"useobjects\"' parameter that if set to a non-zero value will\nconvert incoming <int>, <i4>, <float>, and <string> values to objects instead of scalars. See",
                "subsections": [
                    {
                        "name": "int",
                        "content": ""
                    }
                ]
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "perl",
                        "content": "<http://www.scripting.com/frontier5/xml/code/rpc.html>\n"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Ken MacLeod <ken@bitsko.slc.ut.us>\n",
                "subsections": []
            }
        }
    }
}