use default google grpc content-type #109

Merged
vtolstov merged 1 commits from content-type into v3 2023-01-07 23:29:28 +03:00

View File

@ -26,7 +26,7 @@ import (
) )
const ( const (
DefaultContentType = "application/grpc+proto" DefaultContentType = "application/grpc"
) )
type grpcClient struct { type grpcClient struct {