platypush/platypush/backend/http/app
Fabio Manganiello c5b12403d0
Implemented support for returning richer HTTP responses on webhooks.
A `WebhookEvent` hook can now return a tuple in the format `(data,
http_code, headers)` in order to customize the HTTP status code and the
headers of a response.
2022-09-01 01:37:18 +02:00
..
routes Implemented support for returning richer HTTP responses on webhooks. 2022-09-01 01:37:18 +02:00
__init__.py Support for specifying the application Redis queue from the command line or service constructor 2021-03-06 19:22:13 +01:00
utils.py Major LINT fixes 2021-04-05 00:58:44 +02:00