摘要: Golang GRPC 添加header 创建grpc连接时添加header 使用自建的metadata 添加的headr信息: key: my-header value: "test01" func main() { conn, err := grpc.Dial("localhost:12000" 阅读全文
posted @ 2022-11-10 14:03 董大轩 阅读(832) 评论(0) 推荐(0) 编辑