1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-12 21:41:56 +00:00
Radicale/radicale/tests
Tom Hacohen d3bb19800c
Web: add support for the POST HTTP method. (#1097)
* Web: add support for the POST HTTP method.

This patch adds support for POST in addition to the already supported GET.

This is needed for implementing more complex web modules that also
support configuration modifications and advanced queries.

* Base web: return METHOD_NOT_ALLOWED when method isn't implemenetd.

Co-authored-by: Unrud <Unrud@users.noreply.github.com>
2020-09-14 18:17:45 +02:00
..
custom Web: add support for the POST HTTP method. (#1097) 2020-09-14 18:17:45 +02:00
static Cosmetics 2020-05-24 13:41:08 +02:00
__init__.py Web: add support for the POST HTTP method. (#1097) 2020-09-14 18:17:45 +02:00
helpers.py Mark internal configuration options and sections with underscore 2020-02-19 09:50:27 +01:00
test_auth.py Fix isort test 2020-07-23 18:42:43 +02:00
test_base.py Cosmetics 2020-05-24 13:41:08 +02:00
test_config.py Move internal options to other sections 2020-02-19 09:50:36 +01:00
test_rights.py New right "i": Only allowing HTTP method GET 2020-04-22 19:20:42 +02:00
test_server.py Exit immediately after cleanup when signal is received 2020-08-31 14:11:42 +02:00
test_web.py Web: add support for the POST HTTP method. (#1097) 2020-09-14 18:17:45 +02:00