Skip to content

Commit

Permalink
chore: fix sub-header in transport_protocol.md (cloudwego#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Dec 4, 2023
1 parent 17626f3 commit d2cf30f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ opts = append(opts, client.WithMetaHandler(transmeta.ClientTTHeaderHandler))
cli := xxx.NewClient("service_name", opts)
```

### gRPC
#### gRPC
client 指定 gRPC 协议:
```go
var opts []client.Option
Expand Down

0 comments on commit d2cf30f

Please sign in to comment.