Thanks Edward, followed this and it worked https://github.com/philips/grpc-gateway-example/blob/master/cmd/serve.go#L91 https://github.com/grpc-ecosystem/grpc-gateway/issues/410
Regards, Ram On Wed, Jul 31, 2019 at 1:26 PM Edward Muller <[email protected]> wrote: > https://github.com/grpc-ecosystem/grpc-gateway > > On Jul 30, 2019, at 4:12 PM, Rampradeep Nalluri <[email protected]> > wrote: > > It is easy to pipe a file reader to http.ResponseWriter object using > io.copy() when I implement a large file download service over REST. But how > do we handle similar requirement with gRPC server to REST client? > > what is the standard way? > > -Ram > > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/903ac408-ff6c-4c0b-a4f7-801d4d6f7110%40googlegroups.com > <https://groups.google.com/d/msgid/golang-nuts/903ac408-ff6c-4c0b-a4f7-801d4d6f7110%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- Regards, RamPradeep.Nalluri -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAK-Mom_9qDMbHywKkGJenBLEuQh8Q96AbVRUAHZOvb0eaDmbag%40mail.gmail.com.
