Documentation ¶ Index ¶ func NewMultipartReader(filename, description string, src io.Reader) (io.Reader, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewMultipartReader ¶ func NewMultipartReader(filename, description string, src io.Reader) (io.Reader, string, error) NewMultipartReader creates a new io.Reader that serves multipart form-data from src. Also returns the form data content type (see multipart.Writer#FormDataContentType). Types ¶ This section is empty. Source Files ¶ View all Source files multipart.go Click to show internal directories. Click to hide internal directories.