janelia-flyem / dvid

Distributed, Versioned, Image-oriented Dataservice
http://dvid.io
Other
197 stars 33 forks source link

Add http API for checking if a key exists #304

Closed tingzhao closed 5 years ago

tingzhao commented 5 years ago

Currently I have to use GET <api URL>/node/<UUID>/<data name>/key/<key> to check if a key exists, which is time consuming for a key mapped to a heavy value. Supporting HEAD method or something like GET <api URL>/node/<UUID>/<data name>/haskey/<key> can solve the problem.

DocSavage commented 5 years ago

The github formatting ate your markdown. Could you try again?