squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
HttpHeaderFieldInfo.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2022 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_HTTPHEADERFIELDINFO_H_
10
#define SQUID_HTTPHEADERFIELDINFO_H_
11
12
#include "
http/RegisteredHeaders.h
"
13
#include "
HttpHeaderFieldStat.h
"
14
#include "
SquidString.h
"
15
17
class
HttpHeaderFieldInfo
18
{
19
public
:
20
HttpHeaderFieldInfo
() :
id
(
Http
::
HdrType
::
ACCEPT
),
type
(
Http
::
HdrFieldType
::ftInvalid) {}
21
22
Http::HdrType
id
;
23
String
name
;
24
Http::HdrFieldType
type
;
25
HttpHeaderFieldStat
stat
;
26
};
27
28
#endif
/* SQUID_HTTPHEADERFIELDINFO_H_ */
29
Http::HdrFieldType
HdrFieldType
Definition:
RegisteredHeaders.h:127
SquidString.h
Http::HdrType
HdrType
Definition:
RegisteredHeaders.h:21
HttpHeaderFieldInfo::type
Http::HdrFieldType type
Definition:
HttpHeaderFieldInfo.h:24
Http
Definition:
forward.h:22
Http::ACCEPT
@ ACCEPT
Definition:
RegisteredHeaders.h:23
HttpHeaderFieldInfo::id
Http::HdrType id
Definition:
HttpHeaderFieldInfo.h:22
HttpHeaderFieldStat.h
HttpHeaderFieldStat
per field statistics. Currently a POD.
Definition:
HttpHeaderFieldStat.h:14
String
Definition:
SquidString.h:26
HttpHeaderFieldInfo::name
String name
Definition:
HttpHeaderFieldInfo.h:23
HttpHeaderFieldInfo
compiled version of HttpHeaderFieldAttrs plus stats. Currently a POD.
Definition:
HttpHeaderFieldInfo.h:18
HttpHeaderFieldInfo::stat
HttpHeaderFieldStat stat
Definition:
HttpHeaderFieldInfo.h:25
RegisteredHeaders.h
HttpHeaderFieldInfo::HttpHeaderFieldInfo
HttpHeaderFieldInfo()
Definition:
HttpHeaderFieldInfo.h:20
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
jp
pl
...
full list
FTP Package Archive