HostnameHostnameContains the hostname derived from the Host HTTP header. c.Hostname() string // GET http://google.com/search app.Get("/", func(c *fiber.Ctx) { c.Hostname() // "google.com"})