Home
last modified time | relevance | path

Searched defs:CacheURL (Results 1 – 5 of 5) sorted by relevance

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/common/amp/
H A Dcache.go101 func CacheURL(pubURL, cacheURL *url.URL, contentType string) (*url.URL, error) { func
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DP_CacheHttp.h30 typedef URL CacheURL; typedef
H A DI_Cache.h59 typedef URL CacheURL; typedef
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheDefs.h250CacheURL(int port_, ts::TextView b_hostname, ts::TextView b_path, ts::TextView b_params, ts::TextV… in CacheURL() function
261 CacheURL(ts::TextView blob, int port_) in CacheURL() function
/dports/www/pomerium/pomerium-0.8.3/config/
H A Doptions.go222 CacheURL *url.URL `yaml:",omitempty"` member