Module response

Module response 

Source
Expand description

Response generator plugin interface

This module defines the ResponsePlugin trait and related types for implementing custom response generation logic in MockForge. Response plugins can generate complex, dynamic responses based on request context, external data sources, or custom business logic.

Modules§

helpers
Built-in response helpers

Structs§

ResponseData
Response data structure
ResponseModifierConfig
Response modifier plugin configuration
ResponsePluginConfig
Response plugin configuration
ResponsePluginEntry
Response plugin registry entry
ResponseRequest
Response request information

Traits§

ResponseModifierPlugin
Response modifier plugin trait
ResponseModifierPluginFactory
Helper trait for creating response modifier plugins
ResponsePlugin
Response generator plugin trait
ResponsePluginFactory
Helper trait for creating response plugins