aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/httpheader.cpp
blob: 7561795b4a233f82a01464bb7e3076dd04b68604 (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;