SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_from Property

Contains the From header property of the HTTP request.

Syntax

def get_req_params_from() -> str: ...
def set_req_params_from(value: str) -> None: ...

req_params_from = property(get_req_params_from, set_req_params_from)

Default Value

""

Remarks

Contains the From header field of the HTTP request. It specifies the e-mail address for the human user who controls the requesting user agent.

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