App returns the *App reference to the instance of the Fiber application
()
| 13 | type 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) |
no outgoing calls