SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_content_length Property

Specifies the size of the entity-body of the HTTP request.

Syntax

def get_req_params_content_length() -> int: ...
def set_req_params_content_length(value: int) -> None: ...

req_params_content_length = property(get_req_params_content_length, set_req_params_content_length)

Default Value

0

Remarks

Specifies the size of the entity-body of the HTTP request. Leave this field set to 0 to make the class calculate it automatically.

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