SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_accept Property

Specifies the Accept header property of the HTTP request.

Syntax

def get_req_params_accept() -> str: ...
def set_req_params_accept(value: str) -> None: ...

req_params_accept = property(get_req_params_accept, set_req_params_accept)

Default Value

""

Remarks

Specifies the Accept header field of the HTTP request. The Accept field defines which media types are accepted in the response.

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