[mythtv-commits] [MythTV/mythtv] 8ee629: Enable handling of SOAP message bodies.
Stuart Auchterlonie
noreply at github.com
Tue Jun 22 20:51:14 UTC 2021
Branch: refs/heads/devel/http
Home: https://github.com/MythTV/mythtv
Commit: 8ee629f0314ba59b0f8c4cfb5617b0239fdfcbf7
https://github.com/MythTV/mythtv/commit/8ee629f0314ba59b0f8c4cfb5617b0239fdfcbf7
Author: Stuart Auchterlonie <stuarta at mythtv.org>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M mythtv/libs/libmythbase/http/mythhttpencoding.cpp
M mythtv/libs/libmythbase/http/mythhttpencoding.h
M mythtv/libs/libmythbase/libmythbase.pro
Log Message:
-----------
Enable handling of SOAP message bodies.
Any function which is expected to be called via
this method, needs to explicitly allow POST
method, otherwise a "405 Method Not Allowed" will
be the result.
More information about the mythtv-commits
mailing list