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