BaseURL BaseURL Returns the base URL (protocol + host ) as a string . func ( c * Ctx ) BaseURL () string // GET https://example.com/page#chapter-1 app . Get (...
Set Set Sets the response’s HTTP header field to the specified key , value . c . Set ( field , value string ) app . Get ( "/" , func ( c * fiber . Ctx ) { c . ...
Set Set Sets the response’s HTTP header field to the specified key , value . c . Set ( field , value string ) app . Get ( "/" , func ( c * fiber . Ctx ) { c . ...