Merge pull request #109 from unistack-org/content-type

use default google grpc content-type
This commit is contained in:
2023-01-07 23:29:28 +03:00
committed by GitHub

View File

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