20 std::string gateway_url;
21 gw::GatewayRequestType request_type = gw::GatewayRequestType::Zombie;
25 bool operator<(
Category const& r)
const {
26 if (cached != r.cached) {
29 if (request_type != r.request_type) {
30 return request_type < r.request_type;
32 return gateway_url < r.gateway_url;