HttpHelper constructor

HttpHelper(
  1. String _scheme,
  2. String _host,
  3. String _pathRoot
)

Implementation

HttpHelper(this._scheme, this._host, this._pathRoot) {
  _logger = Wing.createLogger(topic: "HttpHelper");
}