Skip to content

Instantly share code, notes, and snippets.

@mahummon
mahummon / curl io
Last active December 24, 2018 13:15
Handle POST with Empty Body, Send 422
## not specifying a body
$ curl -i -XPOST localhost:50010
HTTP/1.1 422 Unprocessable Entity
Content-Type: text/plain; charset=utf-8
X-Content-Type-Options: nosniff
Date: Mon, 24 Dec 2018 12:34:11 GMT
Content-Length: 21
Unprocessable Entity