public function TransferStats::getRequest in Auth0 Single Sign On 8.2
Return value
File
- vendor/
guzzlehttp/ guzzle/ src/ TransferStats.php, line 44
Class
- TransferStats
- Represents data at the point after it was transferred either successfully or after a network error.
Namespace
GuzzleHttpCode
public function getRequest() {
return $this->request;
}