Squid Web Cache master
Loading...
Searching...
No Matches
ServiceFilter.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2025 The Squid Software Foundation and contributors
3 *
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.
7 */
8
9#ifndef SQUID_SRC_ADAPTATION_SERVICEFILTER_H
10#define SQUID_SRC_ADAPTATION_SERVICEFILTER_H
11
12#include "AccessLogEntry.h"
13#include "adaptation/Elements.h"
14
15class HttpRequest;
16class HttpReply;
17
18namespace Adaptation
19{
20
38
39std::ostream &operator <<(std::ostream &, const ServiceFilter &);
40
41} // namespace Adaptation
42
43#endif /* SQUID_SRC_ADAPTATION_SERVICEFILTER_H */
44
information used to search for adaptation services
AccessLogEntry::Pointer al
info for the future access.log entry
Method method
adaptation direction
VectPoint point
adaptation location
ServiceFilter & operator=(const ServiceFilter &f)
HttpRequest * request
HTTP request being adapted or cause; may be nil.
HttpReply * reply
HTTP response being adapted; may be nil.
std::ostream & operator<<(std::ostream &os, const Answer &answer)
Definition Answer.h:54