python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does HTTP/2 support sending binary messages?
For an example, one can send binary data as either a Blob or an ArrayBuffer using WebSockets.
var file = document.querySelector('input[type="file"]').files[0];
connection.send(file);
Curren...
Nuvindu Nirmana
Votes: 0
Answers: 0
How do I convey Keep-alive metadata when the HTTP/2 protocol is used?
I have an angular web application that uses Spring boot with an embedded tomcat server in the backend. I want to keep established http connections alive longer to improve the response time of subseque...

Maurice
Votes: 0
Answers: 1