]>
git.ipfire.org Git - thirdparty/squid.git/blob - src/acl/HttpReqHeader.cc
64d4b1765418d61de52e1865dceaa637d646544a
2 * Copyright (C) 1996-2025 The Squid Software Foundation and contributors
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
10 #include "acl/FilledChecklist.h"
11 #include "acl/HttpReqHeader.h"
12 #include "HttpRequest.h"
15 Acl::HttpReqHeaderCheck::match(ACLChecklist
* const ch
)
17 return data
->match(Filled(ch
)->request
->header
);