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.002008 "namelookup_time" => 3.1E-5 "connect_time" => 0.000361 "pretransfer_time" => 0.000422 "size_download" => 6.0 "speed_download" => 2988.0 "download_content_length" => 6.0 "starttransfer_time" => 0.001845 "primary_ip" => "127.0.0.1" "primary_port" => 3000 "local_ip" => "127.0.0.1" "local_port" => 44258 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 361 "namelookup_time_us" => 31 "pretransfer_time_us" => 422 "starttransfer_time_us" => 1845 "total_time_us" => 2008 "effective_method" => "GET" "start_time" => 1766272805.8219 "original_url" => "http://localhost:3000/version" "pause_handler" => Closure(float $duration) {#3073 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#3068 …} : 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 57006 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: e580a6d9-fcd4-4f5b-9f63-6ad0d35167db\r\n < Date: Sat, 20 Dec 2025 23:20:05 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: e580a6d9-fcd4-4f5b-9f63-6ad0d35167db" "Date: Sat, 20 Dec 2025 23:20:05 GMT" "Content-Length: 6" ] "response_content" => [ "8.24.0" ] ] |
|