Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:42 +05 2020. DO NOT EDIT.
Index ¶
- func FileHeaderOpen(fh *multipart.FileHeader) (multipart.File, error)
- func FormRemoveAll(f *multipart.Form) error
- func NewReader(r io.Reader, boundary string) *multipart.Reader
- func NewWriter(w io.Writer) *multipart.Writer
- func PartClose(p *multipart.Part) error
- func PartFileName(p *multipart.Part) string
- func PartFormName(p *multipart.Part) string
- func PartRead(p *multipart.Part, d []byte) (int, error)
- func ReaderNextPart(r *multipart.Reader) (*multipart.Part, error)
- func ReaderNextRawPart(r *multipart.Reader) (*multipart.Part, error)
- func ReaderReadForm(r *multipart.Reader, maxMemory int64) (*multipart.Form, error)
- func WriterBoundary(w *multipart.Writer) string
- func WriterClose(w *multipart.Writer) error
- func WriterCreateFormField(w *multipart.Writer, fieldname string) (io.Writer, error)
- func WriterCreateFormFile(w *multipart.Writer, fieldname, filename string) (io.Writer, error)
- func WriterCreatePart(w *multipart.Writer, header textproto.MIMEHeader) (io.Writer, error)
- func WriterFormDataContentType(w *multipart.Writer) string
- func WriterSetBoundary(w *multipart.Writer, boundary string) error
- func WriterWriteField(w *multipart.Writer, fieldname, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileHeaderOpen ¶
func FileHeaderOpen(fh *multipart.FileHeader) (multipart.File, error)
func FormRemoveAll ¶
func PartFileName ¶
func PartFormName ¶
func ReaderReadForm ¶
func WriterBoundary ¶
func WriterClose ¶
func WriterCreateFormField ¶
func WriterCreateFormFile ¶
func WriterCreatePart ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.