Bases: builtins.tuple
Result(headers, content, status_code)
Alias for field number 1
Alias for field number 0
Alias for field number 2
Bases: builtins.object
Starts the built-in HTTP server inside the project’s root directory
Adds the given routes to the server configuration. Routes can be used to add special top level entries to the different features of the integrated webserver either mirroring a remote server or delivering a local directory.
The parameters is a dict where every key is the name of the route and the value is the configuration of that route.