mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
detail
This commit is contained in:
parent
f3461cfd21
commit
44002fc355
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ let not_found = 404
|
||||||
|
|
||||||
let descr = function
|
let descr = function
|
||||||
| 100 -> "Continue"
|
| 100 -> "Continue"
|
||||||
|
| 101 -> "Switching Protocols"
|
||||||
| 200 -> "OK"
|
| 200 -> "OK"
|
||||||
| 201 -> "Created"
|
| 201 -> "Created"
|
||||||
| 202 -> "Accepted"
|
| 202 -> "Accepted"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue