Add http_add_to_header_fiel()

This commit is contained in:
2023-07-01 21:19:27 +02:00
parent 31cd2e7e73
commit 808ebdb0a0
2 changed files with 12 additions and 1 deletions

View File

@ -166,7 +166,7 @@ int http_add_header_field(http_hdr *hdr, const char *field_name, const char *fie
int http_add_header_field_len(http_hdr *hdr, const char *name, unsigned long name_len, const char *value, unsigned long value_len);
void http_append_to_header_field(http_field *field, const char *value, unsigned long len);
int http_add_to_header_field(http_hdr *hdr, const char *field_name, const char *field_value);
void http_remove_header_field(http_hdr *hdr, const char *field_name, int mode);