Service http_client detail

Add to Standard shortcuts
Computed Definition =>
array:4 [
  "class" => "GuzzleHttp\Client"
  "arguments_count" => 0
  "factory" => array:2 [
    0 => {#1585
      +"type": "service"
      +"id": "http_client_factory"
      +"invalidBehavior": 1
    }
    1 => "fromOptions"
  ]
  "alias" => "GuzzleHttp\ClientInterface"
]
Instance =>
GuzzleHttp\Client {#1568
  -config: array:10 [
    "verify" => true
    "timeout" => 30
    "headers" => array:1 [
      "User-Agent" => "Drupal/10.5.10 (+https://www.drupal.org/) GuzzleHttp/7"
    ]
    "handler" => GuzzleHttp\HandlerStack {#1572
      -handler: Closure(RequestInterface $request, array $options): PromiseInterface {#1579
        returnType: "GuzzleHttp\Promise\PromiseInterface"
        class: "GuzzleHttp\Handler\Proxy"
        use: {
          $default: Closure(RequestInterface $request, array $options): PromiseInterface {#1577 …}
          $streaming: GuzzleHttp\Handler\StreamHandler {#1578 …}
        }
        file: "/var/www/html/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php"
        line: "47 to 49"
      }
      -stack: array:4 [
        0 => array:2 [
          0 => Closure(callable $handler): callable {#1580
            returnType: "callable"
            class: "GuzzleHttp\Middleware"
            use: {
              $bodySummarizer: null
            }
            file: "/var/www/html/vendor/guzzlehttp/guzzle/src/Middleware.php"
            line: "60 to 76"
          }
          1 => "http_errors"
        ]
        1 => array:2 [
          0 => Closure(callable $handler): RedirectMiddleware {#1581
            returnType: "GuzzleHttp\RedirectMiddleware"
            class: "GuzzleHttp\Middleware"
            file: "/var/www/html/vendor/guzzlehttp/guzzle/src/Middleware.php"
            line: "159 to 161"
          }
          1 => "allow_redirects"
        ]
        2 => array:2 [
          0 => Closure(callable $handler): callable {#1582
            returnType: "callable"
            class: "GuzzleHttp\Middleware"
            file: "/var/www/html/vendor/guzzlehttp/guzzle/src/Middleware.php"
            line: "28 to 47"
          }
          1 => "cookies"
        ]
        3 => array:2 [
          0 => Closure(callable $handler): PrepareBodyMiddleware {#1583
            returnType: "GuzzleHttp\PrepareBodyMiddleware"
            class: "GuzzleHttp\Middleware"
            file: "/var/www/html/vendor/guzzlehttp/guzzle/src/Middleware.php"
            line: "232 to 234"
          }
          1 => "prepare_body"
        ]
      ]
      -cached: null
    }
    "proxy" => array:3 [
      "http" => null
      "https" => null
      "no" => []
    ]
    "allow_redirects" => array:5 [
      "max" => 5
      "protocols" => array:2 [
        0 => "http"
        1 => "https"
      ]
      "strict" => false
      "referer" => false
      "track_redirects" => false
    ]
    "http_errors" => true
    "decode_content" => true
    "cookies" => false
    "idn_conversion" => false
  ]
}