put_resource Method

Send data to the server using the PUT method.

Syntax

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

Remarks

The data is taken from local_file. The server will normally require authentication for this operation, so user and password must have valid values before the request is made.

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