Scheme contains the request protocol string: http or https for TLS requests. Please use Config.TrustProxy to prevent header spoofing if your app is behind a proxy.
()
| 148 | // Scheme contains the request protocol string: http or https for TLS requests. |
| 149 | // Please use Config.TrustProxy to prevent header spoofing if your app is behind a proxy. |
| 150 | Scheme() string |
| 151 | // Protocol returns the HTTP protocol of request: HTTP/1.1 and HTTP/2. |
| 152 | Protocol() string |
| 153 | // Query returns the query string parameter in the url. |
no outgoing calls