package
0.10.1
Repository: https://github.com/llkennedy/mercury.git
Documentation: pkg.go.dev

# Functions

MatchAndStripMethodName returns the method name stripped of its HTTP method and a success flag for that operation.
NewServer creates a proxy from HTTP(S) traffic to a self-connection using the methods defined by api api should be the Unimplemented<ServiceName> struct compiled by the protobuf.
NewServerNoInterceptorSupport creates a proxy from HTTP(S) traffic to server using the methods defined by api api should be the Unimplemented<ServiceName> struct compiled by the protobuf.

# Structs

Server is an HTTP to GRPC proxy server.

# Type aliases

ExceptionHandler is an exception handler function.