SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_accept_range_start Property

This property, in combination with AcceptRangeEnd, defines the media-range of the HTTP request.

Syntax

def get_req_params_accept_range_start() -> int: ...
def set_req_params_accept_range_start(value: int) -> None: ...

req_params_accept_range_start = property(get_req_params_accept_range_start, set_req_params_accept_range_start)

Default Value

0

Remarks

This property, in combination with AcceptRangeEnd, defines the media-range of the HTTP request.

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