20 using HeaderList = std::vector<std::pair<std::string, std::string>>;
22 HeaderList const& headers()
const {
return headers_; }
25 std::map<BlockSource::Category, short> individual_counts_;
27 std::size_t other_count_ = {};
28 BlockSource::Clock::duration other_sum_ = std::chrono::milliseconds(0);