ok method

bool ok()

Implementation

bool ok() {
  return statusCode == 200;
}