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