upload

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const RewrittenFieldsHeader = "Gitlab-Workhorse-Multipart-Fields"

Variables

This section is empty.

Functions

func Accelerate added in v1.2.0

func Accelerate(tempDir string, h http.Handler) http.Handler

func HandleFileUploads added in v0.6.1

func HandleFileUploads(w http.ResponseWriter, r *http.Request, h http.Handler, preauth *api.Response, filter MultipartFormProcessor)

Types

type MultipartClaims added in v1.2.0

type MultipartClaims struct {
	RewrittenFields map[string]string `json:"rewritten_fields"`
	jwt.StandardClaims
}

type MultipartFormProcessor added in v0.6.1

type MultipartFormProcessor interface {
	ProcessFile(ctx context.Context, formName string, file *filestore.FileHandler, writer *multipart.Writer) error
	ProcessField(ctx context.Context, formName string, writer *multipart.Writer) error
	Finalize(ctx context.Context) error
	Name() string
}

These methods are allowed to have thread-unsafe implementations.

Jump to

Keyboard shortcuts

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