SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_accept_charset Property

Specifies the Accept-Charset header property of the HTTP request.

Syntax

def get_req_params_accept_charset() -> str: ...
def set_req_params_accept_charset(value: str) -> None: ...

req_params_accept_charset = property(get_req_params_accept_charset, set_req_params_accept_charset)

Default Value

""

Remarks

Specifies the Accept-Charset header field of the HTTP request. The Accept-Charset field specifies the character set which the client can understand.

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