Namespace Fluxzy.Rules.Actions.HighLevelActions
Classes
- MockedResponseAction
Mock completely a response.
- ReplaceRequestBodyAction
Replace a request body only
- 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.