There is no way to pass options to the create_server
function
#174
Labels
enhancement
New feature or request
create_server
function
#174
I would like to pass options such as workers and threads to the
create_server
function which then gets passed to the http server. However, currently thecreate_server
function doesn't pass in any optionscreate_server(app, debug).run(host, port)
The text was updated successfully, but these errors were encountered: