Update documentation with contents by twrnh

This commit is contained in:
Eugen Rochko 2020-01-01 22:37:59 +01:00
parent 92e8aadd7f
commit 33cb69ad07
324 changed files with 18140 additions and 9654 deletions

7
data/HttpCodes.toml Normal file
View file

@ -0,0 +1,7 @@
200 = "Success"
401 = "Unauthorized"
403 = "Forbidden"
404 = "Not Found"
409 = "Conflict"
410 = "Gone"
422 = "Unprocessable Entity"