Enable use of HTTP cache headers in curl plugin
[monky] / src / ccurl_thread.h
index f38daf2..6f7e830 100644 (file)
@@ -33,6 +33,8 @@
 typedef struct _ccurl_location_t {
        /* uri of location */
        char *uri;
+       char *last_modified;
+       char *etag;
        /* a pointer to some arbitrary data, will be freed by ccurl_free_info() if
         * non-null */
        void *result;