客户端可以在 HTTP/2 协议中向服务器推送消息吗?

Can a Client push messages to the server in HTTP/2 Protocol?

我的问题很简单。我希望看到我当前的客户端/服务器系统 运行 超过 HTTP/2。

因此我需要知道客户端是否能够将消息推送到服务器。这与 KeepAlive 相结合将对我的应用程序大有裨益。

此致!

Push messages to server 等价于 made regular request to server.

是的,您可以像在 http 中一样在 http2 中执行此操作。