ProtocolProtocolContains the request protocol string: http or https for TLS requests. func (c *Ctx) Protocol() string // GET http://example.comapp.Get("/", func(c *fiber.Ctx) error { c.Protocol() // "http" // ...})