HubbleHTTPRequestOptions constructor

const HubbleHTTPRequestOptions({
  1. Duration receiveTimeout = const Duration(seconds: 20),
  2. int redirectCount = 2,
  3. bool isProtobuf = false,
  4. bool parseJson = true,
})

Implementation

const HubbleHTTPRequestOptions({
  this.receiveTimeout = const Duration(seconds: 20),
  this.redirectCount = 2,
  this.isProtobuf = false,
  this.parseJson = true,
});