Http constructor

Http({
  1. bool? fullyDecodeReservedExpansion,
  2. List<HttpRule>? rules,
})

Implementation

Http({
  this.fullyDecodeReservedExpansion,
  this.rules,
});