server#

API documentation for tradeexecutor.webhook.server Python module in Trading Strategy.

Module description#

Webhook web server.

Classes#

WebhookServer

Create a Waitress server that we can gracefully shut down.

Functions#

create_webhook_server(host, port, username, ...)

Starts the webhook web server in a separate thread.