feat: routes now specify a method

This commit is contained in:
Jef Roosens 2023-05-29 12:43:50 +02:00
parent 9b66223a57
commit 18d67fb69f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 40 additions and 17 deletions

View file

@ -3,6 +3,7 @@
// clang-format off
const char *http_response_type_names[5][32] = {
// 1xx
{
"Continue", // 100
"Switching Protocols", // 101,