SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_accept_language Property

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

Syntax

def get_req_params_accept_language() -> str: ...
def set_req_params_accept_language(value: str) -> None: ...

req_params_accept_language = property(get_req_params_accept_language, set_req_params_accept_language)

Default Value

""

Remarks

Specifies the Accept-Language header field of the HTTP request. The Accept-Language field specifies the language (and locale) which the client can understand.

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