Set Set Sets the response’s HTTP header field to the specified key , value . func ( c * Ctx ) Set ( key string , val string ) app . Get ( "/" , func ( c * fiber...
Set Set Sets the response’s HTTP header field to the specified key , value . func ( c * Ctx ) Set ( key string , val string ) app . Get ( "/" , func ( c * fibe...
Path Path Contains the path part of the request URL. Optionally, you could override the path by passing a string. c . Path ( override ... string ) string // GET htt...
Get Get Returns the HTTP request header specified by field. The match is case-insensitive . c . Get ( field string ) string app . Get ( "/" , func ( c * fiber . ...