We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3461cf commit 44002fcCopy full SHA for 44002fc
src/core/response_code.ml
@@ -5,6 +5,7 @@ let not_found = 404
5
6
let descr = function
7
| 100 -> "Continue"
8
+ | 101 -> "Switching Protocols"
9
| 200 -> "OK"
10
| 201 -> "Created"
11
| 202 -> "Accepted"
0 commit comments