Namespace Fluxzy.Rules.Actions.HighLevelActions
Classes
- ApplySessionAction
Applies previously captured session data to requests. Adds stored cookies and headers to outgoing requests for the matching domain.
- CaptureSessionAction
Captures session data (cookies, headers) from HTTP responses and stores them for later replay. Session data is stored per domain.
- ClearSessionAction
Clears stored session data for a domain or all domains.
- MockedResponseAction
Mock completely a response.
- RemoveResponseCookieAction
Remove a response cookie by setting the expiration date to a past date.
- SetRequestCookieAction
Add a cookie to request. If a cookie with the same name already exists, it will be removed.
- SetResponseCookieAction
Add a response cookie. This action is performed by adding
Set-Cookieheader in response.