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

Method Request

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

Request return the *fasthttp.Request object This allows you to use all fasthttp request methods https://godoc.org/github.com/valyala/fasthttp#Request

()

Source from the content-addressed store, hash-verified

51 // This allows you to use all fasthttp request methods
52 // https://godoc.org/github.com/valyala/fasthttp#Request
53 Request() *fasthttp.Request
54 // FormFile returns the first file by key from a MultipartForm.
55 // The multipart form is parsed using the application's BodyLimit to prevent
56 // unbounded memory usage.

Implementers 1

Calls

no outgoing calls