isHttp method

RequestX isHttp()

Implementation

RequestX isHttp () {
  _isHttps = false;
  return this;
}