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