mime/multipart.Form.RemoveAll (method)

4 uses

	mime/multipart (current package)
		formdata.go#L38: 			form.RemoveAll()
		formdata.go#L130: func (f *Form) RemoveAll() error {

	golang.org/x/net/http2
		server.go#L2292: 			req.MultipartForm.RemoveAll()

	net/http
		server.go#L1640: 		w.req.MultipartForm.RemoveAll()