Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.cc1298 struct HeaderLess: binary_function<const string&, const string&, bool> struct
1300 bool operator()(const string &s1, const string &s2) const { in operator ()()