http_handler

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFileHandler

func NewFileHandler(client client.FileClient, options ...Option) http.Handler

Types

type Handler

type Handler interface {
	http.Handler
	Download(w http.ResponseWriter, r *http.Request)
	Upload(w http.ResponseWriter, r *http.Request)
}

type HeaderMatcher added in v0.4.0

type HeaderMatcher func(h http.Header) context.Context

type Option added in v0.4.0

type Option func(o *Options)

func WithHeaderMatcher added in v0.4.0

func WithHeaderMatcher(hm HeaderMatcher) Option

type Options added in v0.4.0

type Options struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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