21 lines
786 B
Plaintext
21 lines
786 B
Plaintext
|
|
* Host localhost:8080 was resolved.
|
||
|
|
* IPv6: ::1
|
||
|
|
* IPv4: 127.0.0.1
|
||
|
|
% Total % Received % Xferd Average Speed Time Time Time Current
|
||
|
|
Dload Upload Total Spent Left Speed
|
||
|
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [::1]:8080...
|
||
|
|
* Connected to localhost (::1) port 8080
|
||
|
|
> GET /health/ready HTTP/1.1
|
||
|
|
> Host: localhost:8080
|
||
|
|
> User-Agent: curl/8.7.1
|
||
|
|
> Accept: */*
|
||
|
|
>
|
||
|
|
* Request completely sent off
|
||
|
|
< HTTP/1.1 404 Not Found
|
||
|
|
< content-length: 58
|
||
|
|
< Content-Type: application/json
|
||
|
|
<
|
||
|
|
{ [58 bytes data]
|
||
|
|
100 58 100 58 0 0 9096 0 --:--:-- --:--:-- --:--:-- 9666
|
||
|
|
* Connection #0 to host localhost left intact
|
||
|
|
{"error":"Unable to find matching target resource method"}
|