Cookies Cookies Get cookie value by key, you could pass an optional default value that will be returned if the cookie key does not exist. Signatures func ( c * Ctx ) Coo...
Format Format Performs content-negotiation on the Accept HTTP header. It uses Accepts to select a proper format. If the header is not specified or there is no proper form...
Cookies Cookies Get cookie value by key, you could pass an optional default value that will be returned if the cookie key does not exist. Signatures func ( c * Ctx ) Coo...
Cookies Cookies Get cookie value by key, you could pass an optional default value that will be returned if the cookie key does not exist. Signatures func ( c * Ctx ) Coo...
Static files Static files To serve static files such as images , CSS and JavaScript files, replace your function handler with a file or directory string. Function signature:...
Get Get Returns the HTTP request header specified by the field. The match is case-insensitive . func ( c * Ctx ) Get ( key string , defaultValue ... string ) strin...
FormValue FormValue Any form values can be retrieved by name, the first value from the given key is returned. func ( c * Ctx ) FormValue ( key string , defaultValue ....
Format Format Performs content-negotiation on the Accept HTTP header. It uses Accepts to select a proper format. If the header is not specified or there is no proper form...
🚀 Application description The app instance conventionally denotes the Fiber application. 🚀 Application New Settings Static HTTP Methods Group Listen Serve Test
Vary Vary Adds the given header field to the Vary response header. This will append the header, if not already listed, otherwise leaves it listed in the current location. Mu...