HTTP Client
1
Total requests
0
HTTP errors
Clients
http_client 0
No requests were made with the "http_client" service.
gotenberg.client 1
Requests
| GET | http://localhost:3000/version | |
|---|---|---|
| Request options | [ "normalized_headers" => [] "headers" => [] "query" => [] "resolve" => [] "extra" => [] "base_uri" => [ "scheme" => "http:" "authority" => "//localhost:3000" "path" => null "query" => null "fragment" => null ] ] |
|
| Response |
200
[ "info" => [ "header_size" => 171 "request_size" => 122 "total_time" => 0.001565 "namelookup_time" => 2.8E-5 "connect_time" => 0.000658 "pretransfer_time" => 0.000746 "size_download" => 6.0 "speed_download" => 3833.0 "download_content_length" => 6.0 "starttransfer_time" => 0.001279 "primary_ip" => "127.0.0.1" "primary_port" => 3000 "local_ip" => "127.0.0.1" "local_port" => 57994 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 658 "namelookup_time_us" => 28 "pretransfer_time_us" => 746 "starttransfer_time_us" => 1279 "total_time_us" => 1565 "effective_method" => "GET" "start_time" => 1766265432.1617 "original_url" => "http://localhost:3000/version" "pause_handler" => Closure(float $duration) {#2851 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#2846 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#127 …} : -9223372036854775808 } } "debug" => """ * WARNING: failed to open cookie file ""\n * Host localhost:3000 was resolved.\n * IPv6: ::1\n * IPv4: 127.0.0.1\n * Trying [::1]:3000...\n * connect to ::1 port 3000 from ::1 port 44436 failed: Connection refused\n * Trying 127.0.0.1:3000...\n * Connected to localhost (127.0.0.1) port 3000\n > GET /version HTTP/1.1\r\n Host: localhost:3000\r\n Accept: */*\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n \r\n < HTTP/1.1 200 OK\r\n < Content-Type: text/plain; charset=UTF-8\r\n < Gotenberg-Trace: 52588244-22a6-4850-b4d3-4cf6ea6c9e5e\r\n < Date: Sat, 20 Dec 2025 21:17:12 GMT\r\n < Content-Length: 6\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Content-Type: text/plain; charset=UTF-8" "Gotenberg-Trace: 52588244-22a6-4850-b4d3-4cf6ea6c9e5e" "Date: Sat, 20 Dec 2025 21:17:12 GMT" "Content-Length: 6" ] "response_content" => [ "8.24.0" ] ] |
|