SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_host Property

This property contains the Host header property of the HTTP request.

Syntax

def get_req_params_host() -> str: ...
def set_req_params_host(value: str) -> None: ...

req_params_host = property(get_req_params_host, set_req_params_host)

Default Value

""

Remarks

This property contains the Host header field of the HTTP request. It specifies the host and port number of the resource being requested.

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