$ curl -v -X POST http://localhost/ping > POST /ping HTTP/1.1 > Host: localhost > User-Agent: curl/7.47.0 > Accept: */* > < HTTP/1.1 200 < Server: nginx < Date: Tue, 23 Jul 2019 04:07:18 GMT < Content-Type: text/plain;charset=UTF-8 < Content-Length: 5 < Connection: keep-alive < PONG
|