web_plugins.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:nextrpi 作者: cluebyte 项目源码 文件源码
def at_webserver_root_creation(web_root):
    """
    This is called as the web server has finished building its default
    path tree. At this point, the media/ and static/ URIs have already
    been added to the web root.

    Args:
        web_root (twisted.web.resource.Resource): The root
            resource of the URI tree. Use .putChild() to
            add new subdomains to the tree.

    Returns:
        web_root (twisted.web.resource.Resource): The potentially
            modified root structure.

    Example:
        from twisted.web import static
        my_page = static.File("web/mypage/")
        my_page.indexNames = ["index.html"]
        web_root.putChild("mypage", my_page)

    """
    return web_root
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号