type mime/multipart.Form
10 uses
mime/multipart (current package)
formdata.go#L32: func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
formdata.go#L41: func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
formdata.go#L42: form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
formdata.go#L234: type Form struct {
formdata.go#L240: 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#L265: MultipartForm *multipart.Form
request.go#L466: var multipartByReader = &multipart.Form{
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |