mirror of https://github.com/perkeep/perkeep.git
8d927b5914
Change-Id: Ida4ffa8ee34e6fd86782f8f61c43eecedc074892 |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
option_sqlite.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/