biothings.web.launcher
Biothings API Launcher
In this module, we have three framework-specific launchers and a command-line utility to provide both programmatic and command-line access to start Biothings APIs.
- biothings.web.launcher.BiothingsAPILauncher
alias of
TornadoAPILauncher
- class biothings.web.launcher.FastAPILauncher(config=None)[source]
Bases:
BiothingsAPIBaseLauncher
- class biothings.web.launcher.FlaskAPILauncher(config=None)[source]
Bases:
BiothingsAPIBaseLauncher
- class biothings.web.launcher.TornadoAPILauncher(config=None)[source]
Bases:
BiothingsAPIBaseLauncher
- static use_curl()[source]
Use curl implementation for tornado http clients. More on https://www.tornadoweb.org/en/stable/httpclient.html