Closed kazu-yamamoto closed 5 months ago
http-semantics should be extracted from http2. The dependency should be:
http-semantics
http2
http-semantics | +------+------+ | | | http1* http2 http3 *probably not implemented
Example code under util/ in each library:
util/
tls
tls-client
h2c-client
http2-tls
h2-client
http3
h3-client
quic
quic-client
https://github.com/kazu-yamamoto/http-semantics
http-semantics has been released. During this work, I found 3 bugs of tls, 2 bugs of quic and 1 bug of http3. They all have been fixed.
Done.
http-semantics
should be extracted fromhttp2
. The dependency should be:Example code under
util/
in each library:tls
:tls-client
http2
:h2c-client
http2-tls
:h2-client
http3
:h3-client
,quic
:quic-client