multipartform

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MaxMemoryBytes for form parsing
	// Note: choosing 30 MB here to account for parsing an email sent to
	// a webhook.
	MaxMemoryBytes = 30 << 20
)

Variables

This section is empty.

Functions

func Unmarshal

func Unmarshal(form *multipart.Form, target any) error

Unmarshal the passed form into the passed target interface using the passed boundary for reading the form. Expects complex types to be JSON encoded strings

func UnmarshalRaw

func UnmarshalRaw(boundary string, data []byte, target any) error

UnmarshalRaw the passed multi-part form encoded data into the passed target interface using the passed boundary for reading the form

Types

This section is empty.

Jump to

Keyboard shortcuts

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