• Janoš Guljaš's avatar
    swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) · 542d5189
    Janoš Guljaš authored
    * 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
    542d5189
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...
manifest.go Loading commit data...
manifest_test.go Loading commit data...
storage.go Loading commit data...
storage_test.go Loading commit data...
testapi.go Loading commit data...
uri.go Loading commit data...
uri_test.go Loading commit data...