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.002717 "namelookup_time" => 3.5E-5 "connect_time" => 0.00073 "pretransfer_time" => 0.000841 "size_download" => 6.0 "speed_download" => 2208.0 "download_content_length" => 6.0 "starttransfer_time" => 0.002334 "primary_ip" => "127.0.0.1" "primary_port" => 3000 "local_ip" => "127.0.0.1" "local_port" => 57160 "http_version" => 2 "protocol" => 1 "scheme" => "HTTP" "connect_time_us" => 730 "namelookup_time_us" => 35 "pretransfer_time_us" => 841 "starttransfer_time_us" => 2334 "total_time_us" => 2717 "effective_method" => "GET" "start_time" => 1766257799.1046 "original_url" => "http://localhost:3000/version" "pause_handler" => Closure(float $duration) {#2817 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#2812 …} : 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 44976 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: 9422b32f-0c07-4f62-aa36-a0a595690c34\r\n < Date: Sat, 20 Dec 2025 19:09:59 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: 9422b32f-0c07-4f62-aa36-a0a595690c34" "Date: Sat, 20 Dec 2025 19:09:59 GMT" "Content-Length: 6" ] "response_content" => [ "8.24.0" ] ] |
|