-
Notifications
You must be signed in to change notification settings - Fork 28
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/2 support #2
Comments
@g4s8 that's a good question. Yes, we should support HTTP/2. Let's think how to do that right. |
@yegor256 looks like it can be try (final HtWire http2 = new Http2Wire("example.com")) {
new HtResponse(
http2,
new JoinedText(
"\n\r"
"GET / HTTP/2",
"Host: www.example.com"
)
);
} also it can be helpful to see how it's implemented in other clients: https://github.com/square/okhttp/blob/master/okhttp/src/main/java/okhttp3/internal/http2/Http2Connection.java |
@llorllale sure I'll have a look later |
@g4s8 you want this task? |
@llorllale yes, please assign me |
Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @llorllale/z |
It is strongly discouraged to assign jobs to their creators, see §19: -15 point(s) just awarded to @llorllale/z |
@0crat refuse |
@0crat refuse |
@0crat refuse |
@ilyakharlamov The user @ilyakharlamov/z resigned from #2, please stop working. Reason for job resignation: Order was cancelled |
Tasks refusal is discouraged, see §6: -15 point(s) just awarded to @ilyakharlamov/z |
@0crat refuse |
The architect of the project has changed; @llorllale/z is not at this role anymore; @paulodamaso/z is the architect now |
The architect of the project has changed; @paulodamaso/z is not at this role anymore; @victornoel/z is the architect now |
Does cactoos-http designed to support
HTTP/2
protocol? If yes how does it share sockets (or clients) across requests?The text was updated successfully, but these errors were encountered: