mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Extract read*_request_body methods
This commit is contained in:
parent
42ad18bc84
commit
0ce90d6b34
10 changed files with 63 additions and 51 deletions
|
@ -63,5 +63,8 @@ class BaseWeb:
|
|||
|
||||
``user`` is empty for anonymous users.
|
||||
|
||||
Use ``httputils.read*_request_body(self.configuration, environ)`` to
|
||||
read the body.
|
||||
|
||||
"""
|
||||
return httputils.METHOD_NOT_ALLOWED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue