• Lewis Marshall's avatar
    swarm/api: refactor and improve HTTP API (#3773) · 71fdaa42
    Lewis Marshall authored
    This PR deprecates the file related RPC calls in favour of an improved HTTP API.
    
    The main aim is to expose a simple to use API which can be consumed by thin
    clients (e.g. curl and HTML forms) without the need for complex logic (e.g.
    manipulating prefix trie manifests).
    71fdaa42
Name
Last commit
Last update
..
client Loading commit data...
http Loading commit data...
testdata/test0 Loading commit data...
api.go Loading commit data...
api_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
filesystem.go Loading commit data...
filesystem_test.go Loading commit data...
fuse.go Loading commit data...
manifest.go Loading commit data...
manifest_test.go Loading commit data...
storage.go Loading commit data...
storage_test.go Loading commit data...
swarmfs.go Loading commit data...
swarmfs_fallback.go Loading commit data...
swarmfs_test.go Loading commit data...
swarmfs_unix.go Loading commit data...
testapi.go Loading commit data...
uri.go Loading commit data...
uri_test.go Loading commit data...