Search code examples
pushhttp2

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


my question is quite simple. I would love to see my current Client / Server system running over HTTP/2.

Therefore i need to know if the clients are able to push messages to the Server. This in combination with KeepAlive would be a great benefit for my Application.

Regards!


Solution

  • Push messages to server is equivalent to made regular request to server.

    So yes, you can do this in http2 like in http.