platypush/platypush/backend/http
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
..
app Implemented synchronization with webhook responses. 2022-08-30 23:35:19 +02:00
media Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
poll Refactored RSS integration into its own `rss` plugin [closes #199] 2022-01-06 00:46:05 +01:00
request Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
webapp Merge pull request #311 from BlackLight/dependabot/npm_and_yarn/platypush/backend/http/webapp/terser-5.14.2 2022-08-29 00:59:55 +02:00
__init__.py HTTP backend dependencies moved from optional to required 2022-04-27 14:52:41 +02:00
manifest.yaml HTTP backend dependencies moved from optional to required 2022-04-27 14:52:41 +02:00
utils.py Major LINT fixes 2021-04-05 00:58:44 +02:00
uwsgi.py Added uWSGI optional dependency for HTTP backend 2019-02-24 12:35:26 +01:00