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.001656 "namelookup_time" => 2.9E-5 "connect_time" => 0.000782 "pretransfer_time" => 0.001467 "size_download" => 6.0 "speed_download" => 3623.0 "download_content_length" => 6.0 "starttransfer_time" => 0.001503 "primary_ip" => "127.0.0.1" "primary_port" => 3000 "local_ip" => "127.0.0.1" "local_port" => 49336 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 782 "namelookup_time_us" => 29 "pretransfer_time_us" => 1467 "starttransfer_time_us" => 1503 "total_time_us" => 1656 "effective_method" => "GET" "start_time" => 1766284991.776 "original_url" => "http://localhost:3000/version" "pause_handler" => Closure(float $duration) {#2919 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#2914 …} : 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 54750 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: dde7da40-531d-4262-82c1-f6d79c612500\r\n < Date: Sun, 21 Dec 2025 02:43:11 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: dde7da40-531d-4262-82c1-f6d79c612500" "Date: Sun, 21 Dec 2025 02:43:11 GMT" "Content-Length: 6" ] "response_content" => [ "8.24.0" ] ] |
|