forked from platypush/platypush
Fabio Manganiello
c3fa3315f5
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. |
||
---|---|---|
.. | ||
processor | ||
__init__.py | ||
hook.py |