Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TransferStats.php
function TransferStats::getRequest
File
vendor/
guzzlehttp/
guzzle/
src/
TransferStats.php
, line 61
Class
TransferStats
Represents data at the point after it was transferred either successfully or after a network error.
Namespace
GuzzleHttp
Code
public
function
getRequest
() : RequestInterface {
return
$this
->
request
; }
RSS feed