isSuccess method

bool isSuccess()

Implementation

bool isSuccess() {
  return code == KHttpPlatform.get.successCode;
}