PHP-REST-Client
PHP-REST-Client copied to clipboard
Post data preprocessing
In Request::buildResponse(), preprocess the post data in self::DATA_KEY before assigning them to $curlOptions[CURLOPT_POSTFIELDS]. Check if it's an array etc.