feat: support adding up to 4 headers
This commit is contained in:
parent
8f9de37a95
commit
dd0ba31506
6 changed files with 69 additions and 6 deletions
|
|
@ -86,4 +86,9 @@ const char *http_response_type_names[5][32] = {
|
|||
},
|
||||
};
|
||||
|
||||
const char *http_header_names[] = {
|
||||
"Connection",
|
||||
"Redirect"
|
||||
};
|
||||
|
||||
// clang-format on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue