SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_user_agent Property

The User-Agent property of the HTTP request provides information about the software that initiates the request.

Syntax

def get_req_params_user_agent() -> str: ...
def set_req_params_user_agent(value: str) -> None: ...

req_params_user_agent = property(get_req_params_user_agent, set_req_params_user_agent)

Default Value

""

Remarks

The User-Agent field of the HTTP request provides information about the software that initiates the request.

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