Made server variant of HTTP strings a superset of the client variant again.
This commit is contained in:
parent
47bf797864
commit
3e33a4d355
3 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
extern const char http_http[8];
|
||||
extern const char http_https[9];
|
||||
extern const char http_200[5];
|
||||
extern const char http_301[5];
|
||||
extern const char http_302[5];
|
||||
|
@ -32,3 +33,4 @@ extern const char http_gif[5];
|
|||
extern const char http_jpg[5];
|
||||
extern const char http_text[6];
|
||||
extern const char http_txt[5];
|
||||
extern const char http_redirect[19];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue