mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user