-
#### Problem Description
Hi, I'm not sure about this, but `http_version` returns `HTTP/2` as `HTTP/2.0` which is not the standard protocol naming.
#### Code Reference:
https://github.com/mitm…
-
## 🐶 Brief
At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/2 too and implement the HTTP/2 parser correctly.
## 👑 Criteria
- [x] S…
-
## Why do we need this ?
HTTP/2 has some notable performance improvements over HTTP/1 (or 1.1), such as multiplexing, that should result in notably faster load speeds and better perceived performan…
-
**newsboat 2.21.0 **:
Config file (copy from ~/.newsboat/config or ~/.config/newsboat/config):
```
browser "firefox %u"
max-items 300
error-log "~/.newsboat/error.log"
```
Steps to reprod…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Client Hint Reliability
* Specifications:
* https://tools.ietf.org/html/draft-davidben-http-client-hin…
-
# Problem Overview
The current version of our HTTP server only supports HTTP/1.x, which limits its performance and scalability, especially under high load conditions. Modern web applications expect f…
-
``` C++
auto settings = make_shared< Settings >( );
Service service;
service.add_application_layer( http_10_instance );
service.add_application_layer( http_11_instance );
service…
-
Is there any way I can use it with http/2?
-
As the second step of https://github.com/diennea/carapaceproxy/issues/181 , we can implement http2 H2 support.
See https://projectreactor.io/docs/netty/release/reference/index.html#_http2 for more in…
-
### Description
The standard library should provide an HTTP client that supports HTTP 1.1, 2.0, and 3/QUIC. The client would be provided by the module `std.net.http` and should transparently suppor…