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

Method Response

res_interface_gen.go:37–37  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

35 // This allows you to use all fasthttp response methods
36 // https://godoc.org/github.com/valyala/fasthttp#Response
37 Response() *fasthttp.Response
38 // Format performs content-negotiation on the Accept HTTP header.
39 // It uses Accepts to select a proper format and calls the matching
40 // user-provided handler function.

Implementers 1

Calls

no outgoing calls