# Functions
GrpcOrDefaultHandler returns an http.Handler that delegates to grpcServer on incoming gRPC connections or otherHandler otherwise.
WrapGinF is a helper function for wrapping gin.HandlerFunc Returns a http middleware.
WrapHTTPRouterF is a helper function for wrapping httprouter.Handle Returns a http middleware.