Module request_chaining

Module request_chaining 

Source
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§

ChainConfig
Configuration for request chaining
ChainContext
Context store for maintaining state across a chain execution
ChainDefinition
Chain definition
ChainExecutionContext
Context for chain execution
ChainLink
A single link in the chain
ChainRequest
A single request in a chain
ChainResponse
Response from a chain request
ChainStore
Chain store for managing multiple chain definitions
ChainTemplatingContext
Context for template expansion during chain execution
RequestChainRegistry
Main registry for managing request chains
RequestScripting
Pre/Post request scripting configuration
ScriptExecutionContext
Script execution context for pre/post request scripts

Enums§

RequestBody
Request body types supported by MockForge