fix typo
This commit is contained in:
parent
ceef817807
commit
54ffdcacda
|
|
@ -35,9 +35,9 @@ See also the [`grpcurl` talk at GopherCon 2018](https://www.youtube.com/watch?v=
|
||||||
operate bi-directional streaming methods interactively by running `grpcurl` from an
|
operate bi-directional streaming methods interactively by running `grpcurl` from an
|
||||||
interactive terminal and using stdin as the request body!
|
interactive terminal and using stdin as the request body!
|
||||||
|
|
||||||
`grpcurl` supports both secure/TLS server _and_ plain-text (i.e. no TLS) and has
|
`grpcurl` supports both secure/TLS servers _and_ plain-text servers (i.e. no TLS) and has
|
||||||
numerous options for TLS configuration. It also supports mutual TLS, where the client
|
numerous options for TLS configuration. It also supports mutual TLS, where the client is
|
||||||
is required to present a client certificate.
|
required to present a client certificate.
|
||||||
|
|
||||||
As mentioned above, `grpcurl` works seamlessly if the server supports the reflection
|
As mentioned above, `grpcurl` works seamlessly if the server supports the reflection
|
||||||
service. If not, you can supply the `.proto` source files or you can supply protoset
|
service. If not, you can supply the `.proto` source files or you can supply protoset
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue