upload

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2016 License: MIT Imports: 12 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, tempPath string, 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(formName, fileName string, writer *multipart.Writer) error
	ProcessField(formName string, writer *multipart.Writer) error
	Finalize() error
}

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