summaryrefslogtreecommitdiff
path: root/utils/http.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/http.h
parent9893b05b084980ff498eee6dd17853d8df807f27 (diff)
downloadnetsurf-04b790643b9e45a1ba8919481f3c4beb80a66c31.tar.gz
netsurf-04b790643b9e45a1ba8919481f3c4beb80a66c31.tar.bz2
HTTP: add minimal parser for Cache-Control
Diffstat (limited to 'utils/http.h')
-rw-r--r--utils/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/http.h b/utils/http.h
index 00caf8954..8da4f3fe3 100644
--- a/utils/http.h
+++ b/utils/http.h
@@ -27,6 +27,7 @@
#include "utils/errors.h"
+#include "utils/http/cache-control.h"
#include "utils/http/content-disposition.h"
#include "utils/http/content-type.h"
#include "utils/http/strict-transport-security.h"