package
20210324.0.1+incompatible
Repository: https://github.com/realab/go-grpc-http1.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CreateDowngradingHandler takes a gRPC server and a plain HTTP handler, and returns an HTTP handler that has the capability of handling HTTP requests and gRPC requests that may require downgrading the response to gRPC-Web or gRPC-WebSocket.
PreferGRPCWeb instructs the server to always send a downgraded gRPC-Web response if the client indicates it accepts gRPC-Web responses.
No description provided by the author

# Interfaces

Option is an object that controls the behavior of the downgrading gRPC server.