chobits / ngx_http_proxy_connect_module

A forward proxy module for CONNECT request handling
BSD 2-Clause "Simplified" License
1.81k stars 493 forks source link

Can it support to cache the proxied data? #288

Open zhenliangliang opened 11 months ago

zhenliangliang commented 11 months ago

Why you need it?

How it could be?

Other related information

zhenliangliang commented 11 months ago

需要缓存常用的get请求,节省带宽

chobits commented 10 months ago

这个是纯代理模块,无法缓存数据的。This module is designed to support to proxy flow, it could not cache some data of the proxied data flow.