mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
fix: description for 401 code
This commit is contained in:
parent
cfa5d660a0
commit
eb20b64dc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue