Documentation ¶
Overview ¶
Package handlers implements the HTTP interface to the Camlistore blob server.
Index ¶
- func CreateEnumerateHandler(storage blobserver.BlobEnumerator) http.Handler
- func CreateGetHandler(fetcher blobref.StreamingFetcher) http.Handler
- func CreateRemoveHandler(storage blobserver.Storage) http.Handler
- func CreateStatHandler(storage blobserver.BlobStatter) http.Handler
- func CreateUploadHandler(storage blobserver.BlobReceiveConfiger) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEnumerateHandler ¶
func CreateEnumerateHandler(storage blobserver.BlobEnumerator) http.Handler
func CreateGetHandler ¶
func CreateGetHandler(fetcher blobref.StreamingFetcher) http.Handler
CreateGetHandler returns an http Handler for serving blobs from fetcher.
func CreateRemoveHandler ¶
func CreateRemoveHandler(storage blobserver.Storage) http.Handler
func CreateStatHandler ¶
func CreateStatHandler(storage blobserver.BlobStatter) http.Handler
func CreateUploadHandler ¶
func CreateUploadHandler(storage blobserver.BlobReceiveConfiger) http.Handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.