SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsHTTPVersion Property

Specifies the version of HTTP protocol to use: 1.

Object Oriented Interface

public function getReqParamsHTTPVersion();
public function setReqParamsHTTPVersion($value);

Procedural Interface

secureblackbox_restclient_get($res, 89 );
secureblackbox_restclient_set($res, 89, $value );

Default Value

1

Remarks

Specifies the version of HTTP protocol to use: 1.0 or 1.1.

chvHTTP10HTTP/1.0 (0)
chvHTTP11HTTP/1.1 (1)

This property is not available at design time.

Data Type

Integer

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