TestClient constructor

TestClient(
  1. Angel server, {
  2. bool autoDecodeGzip = true,
  3. bool useZone = false,
})

Implementation

TestClient(this.server, {this.autoDecodeGzip = true, bool useZone = false})
    : super(http.IOClient(), '/') {
  _http = AngelHttp(server, useZone: useZone);
}