HTTP_SUCCESS_CODE constant

List<int> const HTTP_SUCCESS_CODE

http success code list to check if request response success or not

Implementation

static const HTTP_SUCCESS_CODE = [
  200,
  201,
  202,
  203,
  204,
  205,
  206,
  207,
  208,
  226,
];