Hacker News new | ask | show | jobs
by cryptonector 1054 days ago
POST is a kitchen sink. It can do anything. If it creates it must return a 201 with the new resource's location, otherwise if it succeeds but does not create a new resource (just modifies one) then it must return 200.