SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

CustomRequest Property

Specifies a custom request verb.

Object Oriented Interface

public function getCustomRequest();
public function setCustomRequest($value);

Procedural Interface

secureblackboxlite_restclient_get($res, 34 );
secureblackboxlite_restclient_set($res, 34, $value );

Default Value

''

Remarks

Use this property to specify a custom HTTP method verb to use instead of the original method. PATCH is one of the commonly used custom verbs.

This property is not available at design time.

Data Type

String

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