Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果浏览器支持http/2,为什么grpc-web需要envoy代理?
grpc-web
envoy
不支持 http/2 的旧浏览器是否只需要它?
在https://github.com/grpc/grpc-web/issues/347中回答。要使 gRPC-Web 正常工作,我们需要向我们公开大量底层传输,但目前跨浏览器并非如此。鉴于当前的浏览器 API 集,我们无法利用完整的 http2 协议。