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.

BlockingExtensions

Extension methods for blocking requests with various HTTP responses.

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
RejectAction

Reject the request with HTTP 403 Forbidden.

RejectWithMessageAction

Reject the request with a custom HTTP status code and a custom body message.

RejectWithStatusCodeAction

Reject the request with a custom HTTP status code.

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.