rclone/fs/rc
Nick Craig-Wood 0bfa9811f7 rc: factor server code into rcserver and implement serving objects
If a GET or HEAD request is receivied with a URL parameter of fs then
it will be served from that remote.
2018-11-03 11:32:00 +00:00
..
rcflags rc: add --rc-files flag to serve files on the rc http server 2018-11-03 11:32:00 +00:00
rcserver rc: factor server code into rcserver and implement serving objects 2018-11-03 11:32:00 +00:00
cache.go rc: factor server code into rcserver and implement serving objects 2018-11-03 11:32:00 +00:00
cache_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
config_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
internal.go rc: factor server code into rcserver and implement serving objects 2018-11-03 11:32:00 +00:00
internal_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
job.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
job_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
params.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
params_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
rc.go rc: factor server code into rcserver and implement serving objects 2018-11-03 11:32:00 +00:00
rc_test.go fs/rc: add more infrastructure to help writing rc functions 2018-11-02 17:32:20 +00:00
registry.go rc: factor server code into rcserver and implement serving objects 2018-11-03 11:32:00 +00:00