feat: support adding up to 4 headers

This commit is contained in:
Jef Roosens 2023-05-29 15:34:46 +02:00
parent 8f9de37a95
commit dd0ba31506
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 69 additions and 6 deletions

View file

@ -86,4 +86,9 @@ const char *http_response_type_names[5][32] = {
},
};
const char *http_header_names[] = {
"Connection",
"Redirect"
};
// clang-format on