IPIPReturns the remote IP address of the request. func (c *Ctx) IP() string app.Get("/", func(c *fiber.Ctx) error { c.IP() // "127.0.0.1" // ...})