rclone/cmd/serve/httplib/serve
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
..
data fix spelling 2019-04-30 14:12:18 +02:00
dir_test.go Use vfsgen for static HTML templates 2018-12-26 15:07:21 +00:00
dir.go Use vfsgen for static HTML templates 2018-12-26 15:07:21 +00:00
serve_test.go cmd/http: factor directory serving routines into httplib/serve and write tests 2018-11-04 12:46:44 +00:00
serve.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00