aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.cpp
blob: a01931d35828b6a72c1a979990b1ce70829df019 (plain) (blame)
1
2
3
4
5
6
7
#include "httpheader.h" 
 
const i64 DEFAULT_RETRY_AFTER = -1;
const i64 DEFAULT_IF_MODIFIED_SINCE = -1; 
const i32 DEFAULT_MAX_AGE = -1; 
const i8 DEFAULT_REQUEST_PRIORITY = -1; 
const i32 DEFAULT_RESPONSE_TIMEOUT = -1;