Made server variant of HTTP strings a superset of the client variant again.

This commit is contained in:
Oliver Schmidt 2015-06-08 14:29:34 +02:00
parent 47bf797864
commit 3e33a4d355
3 changed files with 10 additions and 1 deletions

View file

@ -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];