Hacker News new | ask | show | jobs
by clementd 4728 days ago
To my mind, as long as the Content-type header is set, the server should try to parse the body accordingly.

In the case of JSON, an empty body cannot be a JSON representation, but for other formats an empty body can have a meaning.

1 comments

For instance for a plain text content-type, no string != empty string