From: Kragen S. <kra...@ai...> - 2004-03-21 22:43:27
|
On Sun, Mar 21, 2004 at 02:23:17PM -0700, BC Sittler wrote: > The Perl PubSub server already supports direct HTTP POST delivery of events > to arbitrary URLs. This feature has not yet been implemented in the Python > PubSub server, but perhaps it will be at some point. No, it doesn't --- it only supports indirect HTTP POST delivery to arbitrary URLs, by means of a route. I don't know why you would want your MPS server to support direct proxy HTTP POST. |