Expand description
Mock Server Mode Implementation
This module provides MSW-style mock server capabilities that can serve generated mock data based on OpenAPI specifications.
Structs§
- Mock
Server - Mock server that serves generated data based on OpenAPI specifications
- Mock
Server Builder - Builder for creating mock servers
- Mock
Server Config - Configuration for the mock server
Functions§
- start_
mock_ server - Quick function to start a mock server
- start_
mock_ server_ with_ config - Quick function to start a mock server with custom configuration