mirror of https://github.com/perkeep/perkeep.git
125c33f019
Change-Id: Ib653f9cb5fa0f5e4730854dfaea6c4654f94f377 |
||
---|---|---|
.. | ||
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/