feat: routes now specify a method
This commit is contained in:
parent
9b66223a57
commit
18d67fb69f
8 changed files with 40 additions and 17 deletions
|
|
@ -3,6 +3,7 @@
|
|||
// clang-format off
|
||||
|
||||
const char *http_response_type_names[5][32] = {
|
||||
// 1xx
|
||||
{
|
||||
"Continue", // 100
|
||||
"Switching Protocols", // 101,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue