url_scheme Property

The scheme for the URL.

Syntax

def get_url_scheme() -> str: ...
def set_url_scheme(value: str) -> None: ...

url_scheme = property(get_url_scheme, set_url_scheme)

Default Value

"https"

Remarks

This property contains the scheme for the URL. The URL scheme as determined by parsing the value set in the url property.

The supported schemes are "http" and "https".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]