mirror of https://github.com/perkeep/perkeep.git
467ae0a9e0
.. in prep for it getting more front-end stuff. I'll make a smaller server/go/blobserver binary later for people just wanting a stand-alone blobserver. |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
README | ||
camlistored.go | ||
partitions.go | ||
test-put.pl |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/blobserver/ - The storage implementations are under that e.g. lib/go/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/blobserver/handlers/