Add WebDAV support as an optional module that can be run on top of the HTTP server.
A relevant use case of this is publishing Outlook calendars, which can send ICS files to a WebDAV server:
[2024-09-28 22:01:21.229] DEBUG[4149794]: io_tls.c:721 ssl_new_accept: TLS handshake completed 0x7f532c019280 (TLSv1.2)
[2024-09-28 22:01:21.229] DEBUG[4149794]: io.c:170 io_transform_store: Set up node I/O transformer at index 0
[2024-09-28 22:01:21.246] DEBUG[4149794]: mod_http.c:1740 http_parse_request: => PROPFIND / HTTP/1.1
[2024-09-28 22:01:21.246] WARNING[4149794]: mod_http.c:641 parse_request_line: Unknown HTTP request method: PROPFIND
[2024-09-28 22:01:21.247] DEBUG[4149794]: variables.c:311 bbs_varlist_append: Set variable Content-Type to 'text/html'
[2024-09-28 22:01:21.247] DEBUG[4149794]: mod_http.c:239 http_send_response_status: <= HTTP/1.1 501 Not Implemented
Resources:
You must be