You are here

public function HttpClientMiddleware::__construct in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/Http/HttpClientMiddleware.php \Drupal\webprofiler\Http\HttpClientMiddleware::__construct()
  2. 8.2 webprofiler/src/Http/HttpClientMiddleware.php \Drupal\webprofiler\Http\HttpClientMiddleware::__construct()
  3. 4.x webprofiler/src/Http/HttpClientMiddleware.php \Drupal\webprofiler\Http\HttpClientMiddleware::__construct()

File

webprofiler/src/Http/HttpClientMiddleware.php, line 27

Class

HttpClientMiddleware
Class HttpClientMiddleware.

Namespace

Drupal\webprofiler\Http

Code

public function __construct() {
  $this->completedRequests = [];
  $this->failedRequests = [];
}