send if-none-match

This commit is contained in:
orignal 2014-12-24 09:45:25 -05:00
parent ff7ff3b55b
commit afd69e4afd
2 changed files with 2 additions and 1 deletions

1
util.h
View file

@ -41,6 +41,7 @@ namespace util
namespace http
{
const char ETAG[] = "ETag";
const char IF_NONE_MATCH[] = "If-None-Match";
const char IF_MODIFIED_SINCE[] = "If-Modified-Since";
const char LAST_MODIFIED[] = "Last-Modified";
const char TRANSFER_ENCODING[] = "Transfer-Encoding";