Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http-semantics #113

Closed
kazu-yamamoto opened this issue Apr 4, 2024 · 3 comments
Closed

http-semantics #113

kazu-yamamoto opened this issue Apr 4, 2024 · 3 comments

Comments

@kazu-yamamoto
Copy link
Owner

kazu-yamamoto commented Apr 4, 2024

http-semantics should be extracted from http2.
The dependency should be:

     http-semantics
            | 
     +------+------+
     |      |      |
   http1*  http2  http3

  *probably not implemented

Example code under util/ in each library:

Plain Encrypted
HTTP/1.1 tls: tls-client
HTTP/2 http2: h2c-client http2-tls: h2-client
HTTP/3 http3: h3-client, quic: quic-client
@kazu-yamamoto
Copy link
Owner Author

@kazu-yamamoto
Copy link
Owner Author

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.

@kazu-yamamoto
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant