mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Clarify handling of HEAD request
This commit is contained in:
parent
685a91bfe6
commit
555e4ccc51
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ class ApplicationPartHead(ApplicationPartGet, ApplicationBase):
|
|||
def do_HEAD(self, environ: types.WSGIEnviron, base_prefix: str, path: str,
|
||||
user: str) -> types.WSGIResponse:
|
||||
"""Manage HEAD request."""
|
||||
# Body is dropped in `Application._handle_request` for HEAD requests
|
||||
return self.do_GET(environ, base_prefix, path, user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue