ipfs-cluster/api/rest
Hector Sanjuan b6182e0621 rest/client: Implement .Add(paths), which adds from local files and web files
.Add(paths) will interpret http* paths as WebFiles. These are read performing
a GET request to the location. Otherwise, the path is interpreted as a local
disk file/folder, and read from disk. ipfs-cluster-ctl has been updated
accordingly.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-08-20 11:07:23 +02:00
..
client rest/client: Implement .Add(paths), which adds from local files and web files 2018-08-20 11:07:23 +02:00
test Issue #162: Add tests for rest.Config 2017-10-19 20:49:18 +02:00
config_test.go Config: provide utility to parse duration arguments. Use it. 2018-03-16 14:22:11 +01:00
config.go Fixes for adding: set default timeouts to 0. Improve flags and param names. 2018-08-08 21:11:26 +02:00
restapi_test.go Merge branch 'master' into feat/sharding-v1 2018-08-14 11:40:03 +02:00
restapi.go Fix: disable KeepAlives in server 2018-08-18 02:48:36 +02:00