You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Merged and added new tagging system for HTTP Proxy rules
- Added inline editing for redirection rules
- Added uptime monitor status dot detail info (now clickable)
- Added close connection support to port 80 listener
- Optimized port collision check on startup
- Optimized dark theme color scheme (Free consultation by [3S Design studio](https://www.3sdesign.io/))
- Fixed capital letter rule unable to delete bug
@@ -84,6 +86,7 @@ type requestCanceler interface {
84
86
typeDpcoreOptionsstruct {
85
87
IgnoreTLSVerificationbool//Disable all TLS verification when request pass through this proxy router
86
88
FlushInterval time.Duration//Duration to flush in normal requests. Stream request or keep-alive request will always flush with interval of -1 (immediately)
89
+
UseH2CRoundTripperbool//Use H2C RoundTripper for HTTP/2.0 connection
0 commit comments