• Xavier Thompson's avatar
    simplehttpserver: Simplify and cleanup options · 3c5efa14
    Xavier Thompson authored
    Remove use-hash-url option, and add root-path option. If given, it
    must be a subpath of base-path and the server will only grant access
    to paths that are subpaths of root-path. This allow to reproduce the
    functionality of use-hash-url by setting root-path as a hash subpath
    of base-path.
    3c5efa14
__init__.py 2.58 KB