platypush/platypush/backend/http/app
Fabio Manganiello c3fa3315f5
Implemented synchronization with webhook responses.
When a client triggers a `WebhookEvent` by calling a configured webhook
over `/hook/<hook_name>`, the server will now wait for the configured
`@hook` function to complete and it will return the returned response
back to the client.

This makes webhooks much more powerful, as they can be used to proxy
HTTP calls or other services, and in general return something to the
client instead of just executing actions.
2022-08-30 23:35:19 +02:00
..
routes Implemented synchronization with webhook responses. 2022-08-30 23:35:19 +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