quorum/swarm/api/http
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
..
error.go core, swarm: typo fixes 2017-10-30 01:23:23 +01:00
error_templates.go swarm/api: fixed 404 handling on missing default entry (#15139) 2017-10-06 15:45:54 +02:00
error_test.go core, swarm: typo fixes 2017-10-30 01:23:23 +01:00
roundtripper.go swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 2017-12-19 10:49:30 +02:00
roundtripper_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
server.go swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 2017-12-21 14:47:10 +02:00
server_test.go swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) 2017-12-21 14:47:10 +02:00
templates.go swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) 2017-12-19 10:49:30 +02:00