# Functions
LogRequestWithVerbosity prints out request when the service binary is run with log_verbosity verbosity.
NewH2CClient creates a new h2cclient.
No description provided by the author
NewHTTPGrpcError creates a new HTTPGrpcError.
grpc-message has to be percent-encoded, though space can be kept.
WriteErrResponse writes the HTTPGrpcError err into the http.ResponseWriter w.
# Structs
H2CClient is a http2 client supports non-SSL only.
H2CServer is a minimal http/2 server supports non-TLS only.
HTTPGrpcError is an error wraps a error message, a grpc status code and a http status code.