# Functions
No description provided by the author
New returns a new instance of the Gateway.
WithAllowedOrigins allows adding a set of allowed origins to the gateway.
No description provided by the author
WithMaxCallRecvMsgSize allows specifying the maximum allowed gRPC message size.
No description provided by the author
No description provided by the author
No description provided by the author
WithRemoteCert allows adding a custom certificate to the gateway,.
WithRouter allows adding a custom mux router to the gateway.
WithTimeout allows changing the timeout value for API calls.
# Type aliases
MuxHandler is a function that implements the mux handler functionality.
No description provided by the author
PbHandlerRegistration is a function that registers a protobuf handler.