perkeep/server/go/blobserver
Brad Fitzpatrick 73587e6085 Rename the blobserver 'preupload' method to 'stat'
This is prep for more additions to stat.
2011-02-08 08:24:16 -08:00
..
test
Makefile blobserver: library-ify preupload and upload. 2011-02-04 14:31:23 -08:00
README update README 2011-02-03 15:58:37 -08:00
camlistored.go Rename the blobserver 'preupload' method to 'stat' 2011-02-08 08:24:16 -08:00
partitions.go blobserver work: remove, enumerate, partition URL changes, cleanup 2011-02-02 22:42:31 -08:00
run.sh remove debug 2011-01-14 09:10:10 -08:00
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/