JSONP JSONP Sends a JSON response with JSONP support. This method is identical to JSON , except that it opts-in to JSONP callback support. By default, the callback name is simp...
App App Returns the *App reference so you could easily access all application settings. func ( c * Ctx ) App () * App app . Get ( "/stack" , func ( c * fiber . ...
QueryParser QueryParser This method is similar to BodyParser , but for query parameters. func ( c * Ctx ) QueryParser ( out interface {}) error // Field names sho...
Body Body Contains the raw body submitted in a POST request. c . Body () string // curl -X POST http://localhost:8080 -d user=john app . Post ( "/" , func ( c ...
IPs IPs Returns an array of IP addresses specified in the X-Forwarded-For request header. func ( c * Ctx ) IPs () [] string // X-Forwarded-For: proxy1, 127.0.0.1,...
Building Automation BACnet/IP KNXnet/IP LON Building Automation BACnet/IP BACnet is a data communication protocol for building automation and control networks. BACnet is...
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...
Transrating Transrating What? the act of changing the bit rate, or producing other renditions. Why? people will try to watch your video in a 2G (edge) connection using a...