LocationLocationSets the response Location HTTP header to the specified path parameter. c.Location(path string) app.Post("/", func(c *fiber.Ctx) { c.Location("http://example.com") c.Location("/foo/bar")})