HttpRouteHeaderMatch constructor
HttpRouteHeaderMatch({})
Implementation
HttpRouteHeaderMatch({
this.exactMatch,
this.header,
this.invertMatch,
this.prefixMatch,
this.presentMatch,
this.rangeMatch,
this.regexMatch,
this.suffixMatch,
});