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