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