This commit is contained in:
Simon Cruanes 2025-03-25 15:01:17 -04:00
parent f3461cfd21
commit 44002fc355
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -5,6 +5,7 @@ let not_found = 404
let descr = function
| 100 -> "Continue"
| 101 -> "Switching Protocols"
| 200 -> "OK"
| 201 -> "Created"
| 202 -> "Accepted"