Expand description
Request chaining for MockForge
This module provides functionality to chain multiple HTTP requests together, allowing responses from previous requests to be used as input for subsequent requests.
Structs§
- Chain
Config - Configuration for request chaining
- Chain
Context - Context store for maintaining state across a chain execution
- Chain
Definition - Chain definition
- Chain
Execution Context - Context for chain execution
- Chain
Link - A single link in the chain
- Chain
Request - A single request in a chain
- Chain
Response - Response from a chain request
- Chain
Store - Chain store for managing multiple chain definitions
- Chain
Templating Context - Context for template expansion during chain execution
- Request
Chain Registry - Main registry for managing request chains
- Request
Scripting - Pre/Post request scripting configuration
- Script
Execution Context - Script execution context for pre/post request scripts
Enums§
- Request
Body - Request body types supported by MockForge