SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_content_range_full_size Property

Specifies the total length of the full entity-body of the HTTP request.

Syntax

def get_req_params_content_range_full_size() -> int: ...
def set_req_params_content_range_full_size(value: int) -> None: ...

req_params_content_range_full_size = property(get_req_params_content_range_full_size, set_req_params_content_range_full_size)

Default Value

0

Remarks

Specifies the total length of the full entity-body of the HTTP request.

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