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 | /version | |
|---|---|---|
| Response |
200
[ "info" => [ "header_size" => 171 "request_size" => 122 "total_time" => 0.001738 "namelookup_time" => 3.9E-5 "connect_time" => 0.000726 "pretransfer_time" => 0.000829 "size_download" => 6.0 "speed_download" => 3452.0 "download_content_length" => 6.0 "starttransfer_time" => 0.001417 "primary_ip" => "127.0.0.1" "primary_port" => 3001 "local_ip" => "127.0.0.1" "local_port" => 39632 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 726 "namelookup_time_us" => 39 "pretransfer_time_us" => 829 "starttransfer_time_us" => 1417 "total_time_us" => 1738 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1769433573.2697 "original_url" => "http://localhost:3001/version" "pause_handler" => Closure(float $duration) {#612 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#617 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#1034 …} : -9223372036854775808 } } "debug" => """ * Trying 127.0.0.1:3001...\n * Connected to localhost (127.0.0.1) port 3001 (#0)\n > GET /version HTTP/1.1\r\n Host: localhost:3001\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: 527ef94a-6dd9-4b0a-b753-cbd8b6e1dd96\r\n < Date: Mon, 26 Jan 2026 13:19:33 GMT\r\n < Content-Length: 6\r\n < \r\n """ ] "url" => "http://localhost:3001/version" "response_headers" => [ "HTTP/1.1 200 OK" "Content-Type: text/plain; charset=UTF-8" "Gotenberg-Trace: 527ef94a-6dd9-4b0a-b753-cbd8b6e1dd96" "Date: Mon, 26 Jan 2026 13:19:33 GMT" "Content-Length: 6" ] "response_content" => [ "8.25.1" ] ] |
|