Basic exampleΒΆ

As shown in the overview on GitHub, the most basic example would be:

import slimHTTP

http = slimHTTP.host(slimHTTP.HTTP)
http.run()

Which uses the .. _config.default: configuration.