HTTPManagerPostRequest

Extends \org\turbocommons\src\main\php\managers\httpmanager\HTTPManagerBaseRequest

Class that defines a POST http request, to be used by HttpManager

package

Default

Methods

Properties

A list of key / value pairs that will be sent as POST parameters for the request.

parameters : array|\org\turbocommons\src\main\php\model\HashMapObject

String is the default format for these values, so if any of the parameters specified here is not a string, it will be passed through a JSON encoder to obtaion the string that will be sent to the request.

var

Type(s)

array|\org\turbocommons\src\main\php\model\HashMapObject