plugeth/swarm/api
Janoš Guljaš 542d51895f swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715)
* swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238)

Update URI to support bzz-hash scheme and handle such HTTP requests by
responding with hash of the content as a text/plain response.

* swarm/api: return hash of the content for bzz-hash:// requests

* swarm/api: revert "return hash of the content for bzz-hash:// requests"

Return hashes of the content that would be returned by bzz-raw
request.

* swarm/api/http: handle error in TestBzzGetPath

* swarm/api: remove extra blank line in comment
2017-12-21 14:47:10 +02:00
..
client swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 2017-12-19 10:49:30 +02:00
http swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 2017-12-21 14:47:10 +02:00
testdata/test0
api_test.go swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 2017-12-19 10:49:30 +02:00
api.go swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 2017-12-19 10:49:30 +02:00
config_test.go all: use gometalinter.v2, fix new gosimple issues (#15650) 2017-12-12 19:05:47 +01:00
config.go cmd/swarm: add config file (#15548) 2017-12-11 22:56:06 +01:00
filesystem_test.go
filesystem.go
manifest_test.go swarm/api: bug fix exact match for manifest 2017-11-09 10:38:42 -05:00
manifest.go Merge pull request #15329 from holisticode/exact-match-fix 2017-11-24 16:23:37 +02:00
storage_test.go
storage.go
testapi.go
uri_test.go swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 2017-12-21 14:47:10 +02:00
uri.go swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 2017-12-21 14:47:10 +02:00