Query Query This property is an object containing a property for each query string parameter in the route, you could pass an optional default value that will be returned if the...
Fasthttp Fasthttp You can still access and use all Fasthttp methods and properties. Signature Please read the Fasthttp Documentation for more information. Example app...
Status Status Sets the HTTP status for the response. Method is a chainable . func ( c * Ctx ) Status ( status int ) * Ctx app . Get ( "/" , func ( c * fiber ....