type mime/multipart.Form
10 uses
mime/multipart (current package)
formdata.go#L30: func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
formdata.go#L34: func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
formdata.go#L35: form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
formdata.go#L124: type Form struct {
formdata.go#L130: func (f *Form) RemoveAll() error {
net/http
clone.go#L35: func cloneMultipartForm(f *multipart.Form) *multipart.Form {
clone.go#L39: f2 := &multipart.Form{
request.go#L256: MultipartForm *multipart.Form
request.go#L457: var multipartByReader = &multipart.Form{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |