Http constructor

Http({
  1. List<HttpRule> rules = const [],
  2. bool fullyDecodeReservedExpansion = false,
})

Implementation

Http({this.rules = const [], this.fullyDecodeReservedExpansion = false})
  : super(fullyQualifiedName);