# Packages
Package multipart implements MIME multipart parsing, as defined in RFC
2046.
# Functions
New creates a new Uploader using specified logger, connection pool and other options.
# Interfaces
MultipartFile provides standard ReadCloser interface and also allows one to get file name, it's used for multipart uploads.