aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/uri_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2017-04-141-1/+1
|
* swarm/api: refactor and improve HTTP API (#3773)Lewis Marshall2017-04-071-0/+120
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).