Expand description
Common types used across the server
This module defines the core request and response types that are shared between different transport protocols and the actor system.
§Type Conversions
Each transport protocol converts between its protocol-specific types and these common types:
- HTTP: JSON serialization
- gRPC: Protocol Buffers
Structs§
- Throttle
Request - Internal rate limit request structure
- Throttle
Response - Rate limit response structure