From 04b790643b9e45a1ba8919481f3c4beb80a66c31 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Mon, 10 Jun 2019 20:52:15 +0000 Subject: HTTP: add minimal parser for Cache-Control --- utils/corestringlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/corestringlist.h') 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"); -- cgit v1.2.3