url Property

The URL to fetch.

Syntax

def get_url() -> str: ...
def set_url(value: str) -> None: ...

url = property(get_url, set_url)

Default Value

""

Remarks

This property contains the URL of the document. This value is parsed, and the results are put in the url_scheme, url_server, url_port, and url_path properties.

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