# HG changeset patch # User Kim Alvefur # Date 1553985238 -3600 # Node ID 106b4ae4469b0f15cd882d40a4b0f7a12b9019a1 # Parent 9ef5b229f73e9026838c3b5f17db1a457e9b134d mod_pubsub_post/README: Mention use as a webhook receiver diff -r 9ef5b229f73e -r 106b4ae4469b mod_pubsub_post/README.markdown --- a/mod_pubsub_post/README.markdown Sat Mar 30 21:34:28 2019 +0100 +++ b/mod_pubsub_post/README.markdown Sat Mar 30 23:33:58 2019 +0100 @@ -1,8 +1,13 @@ +--- +summary: Publish to PubSub nodes from via HTTP POST/WebHooks +--- + # Introduction -Lets you easily publish data to PubSub using a HTTP POST request. The -payload can be Atom feeds, arbitrary XML, or arbitrary JSON. The type -should be indicated via the `Content-Type` header. +This module is a fairly generic WebHook receiver that lets you easily +publish data to PubSub using a HTTP POST request. The payload can be +Atom feeds, arbitrary XML, or arbitrary JSON. The type should be +indicated via the `Content-Type` header. ``` {.bash} curl http://localhost:5280/pubsub_post/princely_musings \