Files
drip/internal
Gouryella e5aaf150e3 feat(proxy): Removes support for the HTTP CONNECT method.
In the ServeHTTP processing logic, CONNECT requests are no longer processed, and a 405 status code is returned when such a request is received.
The method was flagged as not allowed. The original handleConnect implementation code was also removed.
2025-12-19 10:26:38 +08:00
..