package
4.2.2-rc.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# 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.

# Structs

Gateway is the gRPC gateway to serve HTTP JSON traffic as a proxy and forward it to the gRPC server.
PbMux serves grpc-gateway requests for selected patterns using registered protobuf handlers.

# 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.