SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsHost Property

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

Object Oriented Interface

public function getReqParamsHost();
public function setReqParamsHost($value);

Procedural Interface

secureblackbox_httpclient_get($res, 88 );
secureblackbox_httpclient_set($res, 88, $value );

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.

This property is not available at design time.

Data Type

String

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