MCPcopy
hub / github.com/gofiber/fiber / MultipartForm

Method MultipartForm

req_interface_gen.go:137–137  ·  view source on GitHub ↗

MultipartForm parse form entries from binary. This returns a map[string][]string, so given a key, the value will be a string slice.

()

Source from the content-addressed store, hash-verified

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.

Implementers 1

Calls

no outgoing calls