get_resource Method

Get a resource using the WebDAV GET method.

Syntax

def get_resource(resource_uri: str) -> None: ...

Remarks

Fetch the resource using the WebDAV GET method. The resource contents are delivered through the on_transfer event, and the HTTP response headers through the on_header event.

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