Expand description
HTTP testing service for integration testing
This module provides predefined types and configurations for HTTPBin services in integration tests. HTTPBin is a simple HTTP request and response service useful for testing HTTP clients and APIs.
Structsยง
- HttpBin
- Represents a
HttpBinservice instance. - Http
BinConfig - Struct to manage the HTTPBin configuration.
- Http
BinConfig Builder - Builder for
HttpBinConfig.