python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What a connect message header should look like in http2?
I found that a get message header looks like:
:method: GET
:scheme: https
:authority: server.net
:path: /config
accept: */*
accept-encoding: gzip,deflate
What a connect message header should look li...
IGP
Votes: 0
Answers: 1
How can I get max number of concurrent streams supported by servere? (Http2.0 - library nghttp2; language: C)
I just started learning about HTTP2.0 protocol and the nghttp2 library. I started with the examples from the project (libevent-client.c (https://nghttp2.org/documentation/tutorial-client.html) and lib...
IGP
Votes: 0
Answers: 0