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§
- Response
Data - Response data structure
- Response
Modifier Config - Response modifier plugin configuration
- Response
Plugin Config - Response plugin configuration
- Response
Plugin Entry - Response plugin registry entry
- Response
Request - Response request information
Traits§
- Response
Modifier Plugin - Response modifier plugin trait
- Response
Modifier Plugin Factory - Helper trait for creating response modifier plugins
- Response
Plugin - Response generator plugin trait
- Response
Plugin Factory - Helper trait for creating response plugins