pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Body Parser Middleware returns 400 #133

Closed valerinistor closed 10 years ago

valerinistor commented 10 years ago

If header Content-Type: application/json and Content-Length: 0 are present and no body is provided then BodyParser Middleware will handle request with 400 status code. Just as a mention this is how IE 11 and Safari sends a DELETE request