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

Method App

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

App returns the *App reference to the instance of the Fiber application

()

Source from the content-addressed store, hash-verified

13type Res interface {
14 // App returns the *App reference to the instance of the Fiber application
15 App() *App
16 // Append the specified value to the HTTP response header field.
17 // If the header is not already set, it creates the header with the specified value.
18 Append(field string, values ...string)

Callers 15

StoreInContextFunction · 0.65
RouteMethod · 0.65
GetReqHeaderFunction · 0.65
QueryFunction · 0.65
defaultRequestHandlerMethod · 0.65
customRequestHandlerMethod · 0.65
validateStructMethod · 0.65
CustomMethod · 0.65
HeaderMethod · 0.65
RespHeaderMethod · 0.65
CookieMethod · 0.65
QueryMethod · 0.65

Implementers 1

Calls

no outgoing calls