headers property
Specifies a list of HTTP request headers to match against.
ALL of the supplied headers must be matched.
Implementation
core.List<HttpRouteHeaderMatch>? headers;
Specifies a list of HTTP request headers to match against.
ALL of the supplied headers must be matched.
core.List<HttpRouteHeaderMatch>? headers;