gethandler

package
v0.0.0-...-4b1b879 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2013 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package gethandler implements the HTTP handler for fetching blobs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetHandler

func CreateGetHandler(fetcher blobref.StreamingFetcher) http.Handler

CreateGetHandler returns an http Handler for serving blobs from fetcher.

func ServeBlobRef

func ServeBlobRef(rw http.ResponseWriter, req *http.Request, blobRef *blobref.BlobRef, fetcher blobref.StreamingFetcher)

ServeBlobRef serves a blob.

Types

type Handler

type Handler struct {
	Fetcher blobref.StreamingFetcher
}

Handler is the HTTP handler for serving GET requests of blobs.

func (*Handler) ServeHTTP

func (h *Handler) ServeHTTP(conn http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL