package
0.0.0-20171011075504-07f7db3ea99f
Repository: https://github.com/mattn/go.git
Documentation: pkg.go.dev
# Variables
ErrMessageTooLarge is returned by ReadForm if the message form data is too large to be processed.
# Structs
A FileHeader describes a file part of a multipart request.
Form is a parsed multipart form.
A Part represents a single part in a multipart body.
Reader is an iterator over parts in a MIME multipart body.
A Writer generates multipart messages.
# Interfaces
File is an interface to access the file part of a multipart message.