Table of Contents

Namespace Fluxzy.Rules.Actions.HighLevelActions

Classes

AddBasicAuthenticationAction
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.

InjectHtmlTagAction
MockedResponseAction

Mock completely a response.

MockedResponseExtensions
MountWelcomePageAction
RemoveResponseCookieAction

Remove a response cookie by setting the expiration date to a past date.

ServeDirectoryAction
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-Cookie header in response.