mirror of https://github.com/perkeep/perkeep.git
71ee67264d
Change-Id: Idcb7a62530292eb3e0a98c798dc86a985fc491f1 |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
setup.go | ||
test-put.pl |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/camli/blobserver/ - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/