SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_custom_headers Property

Assign any custom HTTP headers to be passed to the server to this property.

Syntax

def get_req_params_custom_headers() -> str: ...
def set_req_params_custom_headers(value: str) -> None: ...

req_params_custom_headers = property(get_req_params_custom_headers, set_req_params_custom_headers)

Default Value

""

Remarks

Assign any custom HTTP headers to be passed to the server to this property.

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