mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 19:55:36 -05:00
fix: description for 401 code
This commit is contained in:
parent
1f61af068b
commit
ee310b5262
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,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