From b9628c86543ffe819b030c3d84f65fa09e084850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Fri, 26 Sep 2014 16:10:39 +0200 Subject: add etag support and if-none-match/if-modified-since to cocoa http handling --- include/mbgl/storage/response.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/storage/response.hpp') diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp index 8125656d81..9357ad3c63 100644 --- a/include/mbgl/storage/response.hpp +++ b/include/mbgl/storage/response.hpp @@ -13,6 +13,7 @@ public: long code = 0; int64_t modified = 0; int64_t expires = 0; + std::string etag; std::string data; std::string message; -- cgit v1.2.1