Class Scheme (2.16.4)

Scheme(value)

The Scheme for an HTTP request. By default, it is HTTPS.

Enums

Name Description
SCHEME_UNSPECIFIED Scheme unspecified. Defaults to HTTPS.
HTTP Convert the scheme to HTTP, e.g., https://www.google.ca will change to http://www.google.ca.
HTTPS Convert the scheme to HTTPS, e.g., http://www.google.ca will change to https://www.google.ca.