faust.web.drivers
Web server driver registry.
-
faust.web.drivers.by_name(name: Union[_T, str]) → _T
- Return type
~_T
-
faust.web.drivers.by_url(url: Union[str, yarl.URL]) → _T
Get class associated with URL (scheme is used as alias key).
- Return type
~_T