rclone/lib/http
Nick Craig-Wood d149d1ec3e lib/http: fix tests after go1.23 update
go1.22 output the Content-Length on a bad Range request on a file but
go1.23 doesn't - adapt the tests accordingly.
2024-07-20 10:54:47 +01:00
..
serve lib/http: fix tests after go1.23 update 2024-07-20 10:54:47 +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_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
auth.go lib/http: convert options to new style 2024-07-15 11:09:54 +01:00
context.go lib/http: fix race condition 2022-12-15 12:38:09 +00:00
middleware_test.go serve webdav: fix webdav with --baseurl under Windows 2024-03-28 10:06:04 +00:00
middleware.go serve webdav: fix webdav with --baseurl under Windows 2024-03-28 10:06:04 +00:00
server_test.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
server.go lib/http: convert options to new style 2024-07-15 11:09:54 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
template.go lib/http: convert options to new style 2024-07-15 11:09:54 +01:00