SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_http_version Property

Specifies the version of HTTP protocol to use: 1.

Syntax

def get_req_params_http_version() -> int: ...
def set_req_params_http_version(value: int) -> None: ...

req_params_http_version = property(get_req_params_http_version, set_req_params_http_version)

Default Value

1

Remarks

Specifies the version of HTTP protocol to use: 1.0 or 1.1.

chvHTTP10HTTP/1.0 (0)
chvHTTP11HTTP/1.1 (1)

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