issues
search
hackers4peace
/
plp-provider
Definitions and reference implementation for Provider working with PLP
provider.plp.hackers4peace.net
1
stars
1
forks
source link
Correct HTTP status codes
#8
Open
elf-pavlik
opened
10 years ago
elf-pavlik
commented
10 years ago
Currently we use
200 OK
in most cases, we should change:
[ ]
201 Created
for POST
[x]
204 No Content
for DELETE
Currently we use 200 OK in most cases, we should change: