SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_connection Property

Specifies the value to pass to the Connection header property of HTTP request.

Syntax

def get_req_params_connection() -> str: ...
def set_req_params_connection(value: str) -> None: ...

req_params_connection = property(get_req_params_connection, set_req_params_connection)

Default Value

""

Remarks

Specifies the value to pass to the Connection header field of HTTP request.

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