MultipartForm parse form entries from binary. This returns a map[string][]string, so given a key, the value will be a string slice.
()
| 135 | // MultipartForm parse form entries from binary. |
| 136 | // This returns a map[string][]string, so given a key, the value will be a string slice. |
| 137 | MultipartForm() (*multipart.Form, error) |
| 138 | // OriginalURL contains the original request URL. |
| 139 | // Returned value is only valid within the handler. Do not store any references. |
| 140 | // Make copies or use the Immutable setting to use the value outside the Handler. |
no outgoing calls