rclone/lib/http
Alen Šiljak 5fba502516 http: enable methods used with WebDAV - fixes #7444
Without this, requests like PROPFIND, issued from a browser, fail.
2023-11-23 16:49:03 +00:00
..
serve rcserver: set `Last-Modified` header for files served by `--rc-serve` 2023-09-23 12:20:29 +01:00
templates serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
testdata http: add client certificate user auth middleware 2023-06-26 14:33:53 +01:00
auth.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
auth_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
context.go lib/http: fix race condition 2022-12-15 12:38:09 +00:00
middleware.go http: enable methods used with WebDAV - fixes #7444 2023-11-23 16:49:03 +00:00
middleware_test.go http: enable methods used with WebDAV - fixes #7444 2023-11-23 16:49:03 +00:00
server.go docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
server_test.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
template.go lib/http: export basic go strings functions 2023-10-16 19:46:19 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00