Module types

Module types 

Source
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§

ThrottleRequest
Internal rate limit request structure
ThrottleResponse
Rate limit response structure