package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

NewReader creates a new multipart Reader reading from reader using the given MIME boundary.
NewWriter returns a new multipart Writer with a random boundary, writing to w.

# 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.