httpheader.cpp 216 B

1234567
  1. #include "httpheader.h"
  2. const i64 DEFAULT_RETRY_AFTER = -1;
  3. const i64 DEFAULT_IF_MODIFIED_SINCE = -1;
  4. const i32 DEFAULT_MAX_AGE = -1;
  5. const i8 DEFAULT_REQUEST_PRIORITY = -1;
  6. const i32 DEFAULT_RESPONSE_TIMEOUT = -1;