perkeep/server/camlistored/README

7 lines
274 B
Plaintext

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/