# Functions

Parse parses multipart/form-data from the request body of an API Gateway proxy request.

# Constants

The max number of bytes the form data can be - 10mb.

# Structs

FormData is an object which contains all data read from a request body.
FormFile represents a file read from a request body.