{
    "content": [
        {
            "type": "text",
            "text": "# WEBrick::HTTPAuth::Htdigest (ri)\n\n## Sections\n\n- **WEBrick::HTTPAuth::Htdigest < Object**\n- **Includes:**\n- **Class methods:**\n- **Instance methods:**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WEBrick::HTTPAuth::Htdigest",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "WEBrick::HTTPAuth::Htdigest < Object",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "Includes:",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "WEBrick::HTTPAuth::Htdigest < Object": {
                "content": "------------------------------------------------------------------------",
                "subsections": []
            },
            "Includes:": {
                "content": "UserDB (from /home/chedong/.local/share/rdoc)\n\n(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nHtdigest accesses apache-compatible digest password files.  Passwords\nare matched to a realm where they are valid.  For security, the path for\na digest password database should be stored outside of the paths\navailable to the HTTP server.\n\nHtdigest is intended for use with WEBrick::HTTPAuth::DigestAuth and\nstores passwords using cryptographic hashes.\n\nhtpasswd = WEBrick::HTTPAuth::Htdigest.new 'mypasswordfile'\nhtpasswd.setpasswd 'my realm', 'username', 'password'\nhtpasswd.flush\n------------------------------------------------------------------------",
                "subsections": []
            },
            "Class methods:": {
                "content": "new\n",
                "subsections": []
            },
            "Instance methods:": {
                "content": "deletepasswd\neach\nflush\ngetpasswd\nreload\nsetpasswd\n",
                "subsections": []
            }
        }
    }
}