| Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-oauth/test/TestAsset/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-oauth/test/TestAsset/HTTPClient32874.php |
<?php
namespace LaminasTest\OAuth\TestAsset;
use Laminas\Http\Client;
class HTTPClient32874 extends Client
{
/**
* @return mixed|string
*/
public function getRawData()
{
return $this->getRequest()->getContent();
}
}