class ExpressionRequestMatcher extends RequestMatcher
ExpressionRequestMatcher uses an expression to match a Request.
Methods
__construct(string|null $path = null, string|null $host = null, string|string[]|null $methods = null, string|string[]|null $ips = null, array $attributes = array(), string|string[]|null $schemes = null) from RequestMatcher matchScheme(string|string[]|null $scheme) Adds a check for the HTTP scheme. from RequestMatcher matchHost(string $regexp) Adds a check