summaryrefslogtreecommitdiff
path: root/utils/corestringlist.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2019-06-10 20:52:15 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2019-06-10 21:02:19 +0000
commit04b790643b9e45a1ba8919481f3c4beb80a66c31 (patch)
treecf04d0e2d9609a50aa3a07a63a43983d54374a98 /utils/corestringlist.h
parent9893b05b084980ff498eee6dd17853d8df807f27 (diff)
downloadnetsurf-04b790643b9e45a1ba8919481f3c4beb80a66c31.tar.gz
netsurf-04b790643b9e45a1ba8919481f3c4beb80a66c31.tar.bz2
HTTP: add minimal parser for Cache-Control
Diffstat (limited to 'utils/corestringlist.h')
-rw-r--r--utils/corestringlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/corestringlist.h b/utils/corestringlist.h
index ea8d7defc..4261f4d07 100644
--- a/utils/corestringlist.h
+++ b/utils/corestringlist.h
@@ -144,6 +144,8 @@ CORESTRING_LWC_STRING(_top);
CORESTRING_LWC_VALUE(shortcut_icon, "shortcut icon");
CORESTRING_LWC_VALUE(slash_, "/");
CORESTRING_LWC_VALUE(max_age, "max-age");
+CORESTRING_LWC_VALUE(no_cache, "no-cache");
+CORESTRING_LWC_VALUE(no_store, "no-store");
/* mime types */
CORESTRING_LWC_VALUE(multipart_form_data, "multipart/form-data");