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
commit 671a6b6f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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