SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_content_type Property

The Content-Type header property of the HTTP request.

Syntax

def get_req_params_content_type() -> str: ...
def set_req_params_content_type(value: str) -> None: ...

req_params_content_type = property(get_req_params_content_type, set_req_params_content_type)

Default Value

""

Remarks

The Content-Type header field of the HTTP request.

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