1
mirror of https://github.com/rclone/rclone synced 2024-11-10 08:08:35 +01:00
rclone/cmd/serve
Nick Craig-Wood b3217d2cac serve webdav: make Content-Type without reading the file and add --etag-hash
Before this change x/net/webdav would open each file to find out its
Content-Type.

Now we override the FileInfo and provide that directly from rclone.

An --etag-hash has also been implemented to override the ETag with the
hash passed in.

Fixes #2273
2018-08-26 21:50:41 +01:00
..
http serve restic: Print actual listener address 2018-04-04 14:56:26 +01:00
httplib serve restic: Print actual listener address 2018-04-04 14:56:26 +01:00
restic Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
webdav serve webdav: make Content-Type without reading the file and add --etag-hash 2018-08-26 21:50:41 +01:00
serve.go serve restic: serves a remote in restic REST API format 2018-03-11 14:43:03 +00:00