HttpRouteRule constructor
HttpRouteRule({
- String? description,
- HttpHeaderAction? headerAction,
- List<
HttpRouteRuleMatch> ? matchRules, - int? priority,
- HttpRouteAction? routeAction,
- String? service,
- HttpRedirectAction? urlRedirect,
Implementation
HttpRouteRule({
this.description,
this.headerAction,
this.matchRules,
this.priority,
this.routeAction,
this.service,
this.urlRedirect,
});