DEV Community

[Comment from a deleted post]
Collapse
 
brandinchiu profile image
Brandin Chiu

You have a couple of typos where you refer to the HTTP status code for Created as 204 (which is no_content), when it should be 201 :)

Also, I think it might be prudent to note that sometimes the HTTP spec and REST spec can provide different guidance points here (not to mention both being loosely followed to begin with!)

A great read nonetheless!

Collapse
 
rcarlson profile image
Robert Carlson

Fixed :) Thanks!

And yes! A great consideration about the REST and HTTP specification :)