curl -i
❯ curl http://localhost:8080/hello -i
HTTP/1.1 400
Content-Type: text/plain;charset=UTF-8
Content-Length: 16
Date: Mon, 10 Jan 2022 23:38:01 GMT
Connection: close
response message%
❯ curl http://localhost:8080/hello -i
HTTP/1.1 400
Content-Type: text/plain;charset=UTF-8
Content-Length: 16
Date: Mon, 10 Jan 2022 23:38:01 GMT
Connection: close
response message%