rclone/cmd/serve/http
Aleksandar Jankovic f78cd1e043 Add context propagation to rclone
- Change rclone/fs interfaces to accept context.Context
- Update interface implementations to use context.Context
- Change top level usage to propagate context to lover level functions

Context propagation is needed for stopping transfers and passing other
request-scoped values.
2019-06-19 11:59:46 +01:00
..
testdata serve http: use vfs to cache the directories and support Range header 2017-11-04 10:24:11 +00:00
http_test.go serve webdav: fix serveDir not being updated with changes from webdav 2019-06-15 10:00:46 +01:00
http.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00