You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the possibility to generate a gRPCurl command starting from an httpyac request. This feature should be similar to the generate shell - curl feature available for http requests.
It would be nice to have the possibility to generate a gRPCurl command starting from an httpyac request. This feature should be similar to the generate shell - curl feature available for http requests.
The easiest structure of a grpcurl command is:
plaintext
is needed for servers without TLS.Examples
This:
Generates:
And this:
Generates:
The text was updated successfully, but these errors were encountered: