Add http2http client plugin with hostHeaderRewrite and requestHeaders support (#4275)

This commit is contained in:
fatedier
2024-06-12 17:30:10 +08:00
committed by GitHub
parent f390e4a401
commit 939c490768
5 changed files with 186 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
### Fixes
### Features
* Fixed an issue where HTTP/2 was not enabled for https2http and https2https plugins.
* Fixed the issue where the default values of INI configuration parameters are inconsistent with other configuration formats.
### Changes
* Updated the default value of `transport.tcpMuxKeepaliveInterval` from 60 to 30.
* On the Android platform, the Google DNS server is used only when the default DNS server cannot be obtained.
* Added a new plugin "http2http" which allows forwarding HTTP requests to another HTTP server, supporting options like local address binding, host header rewrite, and custom request headers.