Hello, gRPC got a URL system. For instance if you have the method myMethod in the foo.bar package the URL would be:
https://endpoint/foo.bar/myMethod From a protocol perspective, all gRPC calls are HTTP2 POST on a specific URL such as the one previously shown https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md> . The content of the body is a binary encoded protocol buffer. Best regards Rémy > No dia 27/08/2019, às 16:06, Daniel Stenberg via curl-library > <curl-library@cool.haxx.se> escreveu: > > Hi, > > Someone mentioned "grpc" as a suggested feature to work on in curl going > forward. > > I don't see the fit. I don't think grpc even has its own URL syntax. If > someone wants to argue for this, please help me understand. > > -- > > / daniel.haxx.se | Get the best commercial curl support there is - from me > | Private help, bug fixes, support, ports, new features > | https://www.wolfssl.com/contact/ > ------------------------------------------------------------------- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html