summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/response.hpp')
-rw-r--r--include/mbgl/storage/response.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/storage/response.hpp b/include/mbgl/storage/response.hpp
index 508400141b..10f6c73148 100644
--- a/include/mbgl/storage/response.hpp
+++ b/include/mbgl/storage/response.hpp
@@ -36,6 +36,7 @@ public:
optional<Timestamp> modified;
optional<Timestamp> expires;
optional<std::string> etag;
+ optional<std::string> url;
bool isFresh() const {
return expires ? *expires > util::now() : !error;