//
pkg.gl
Category
github.com/reecerussell/aws-lambda-multipart-parser
parser
package
0.1.0
Repository:
https://github.com/reecerussell/aws-lambda-multipart-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
101 SLOC
#
Functions
Parse
Parse parses multipart/form-data from the request body of an API Gateway proxy request.
#
Constants
MaxFormDataSize
The max number of bytes the form data can be - 10mb.
#
Structs
FormData
FormData is an object which contains all data read from a request body.
FormFile
FormFile represents a file read from a request body.