Namespace Fluxzy.Rules.Filters.RequestFilters
Classes
- AbsoluteUriFilter
Filter according to full url (includes path and query)
- AgentFilter
Filter by agent
- H11TrafficOnlyFilter
Select HTTP/1.1 traffic only
- H2TrafficOnlyFilter
Select HTTP/2.0 traffic only
- HasRequestBodyFilter
Select exchanges that has request body.
- HostFilter
Select exchanges according to host. The host is taken from the Host header (HTTP/1.1) or the :authority header (H2).
- IsSecureFilter
Select secure exchange only (non plain HTTP).
- MethodFilter
Select exchanges according to request method.
- PathFilter
Select exchanges according to url path. Path includes query string if any.
- PostFilter
Select POST only url
- RequestHeaderFilter
Select exchanges according to request header values.