fix: description for 401 code

This commit is contained in:
Simon Cruanes 2022-01-02 16:48:46 -05:00
parent cfa5d660a0
commit eb20b64dc4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -37,6 +37,7 @@ module Response_code = struct
| 302 -> "Found"
| 304 -> "Not Modified"
| 400 -> "Bad request"
| 401 -> "Unauthorized"
| 403 -> "Forbidden"
| 404 -> "Not found"
| 405 -> "Method not allowed"