forward.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 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_HTTP_ONE_FORWARD_H
10 #define SQUID_SRC_HTTP_ONE_FORWARD_H
11 
12 #include "base/RefCount.h"
13 #include "parser/forward.h"
14 #include "sbuf/forward.h"
15 
16 namespace Http {
17 namespace One {
18 
19 class Tokenizer;
20 
21 class Parser;
23 
24 class TeChunkedParser;
25 
28 
31 
33 const SBuf &CrLf();
34 
35 using ::Parser::InsufficientInput;
36 
37 } // namespace One
38 } // namespace Http
39 
40 namespace Http1 = Http::One;
41 
42 #endif /* SQUID_SRC_HTTP_ONE_FORWARD_H */
43 
RefCount< Http::One::ResponseParser > ResponseParserPointer
Definition: forward.h:29
Definition: SBuf.h:93
Definition: forward.h:17
Generic protocol-agnostic parsing tools.
Definition: RequestParser.h:15
RefCount< Http::One::RequestParser > RequestParserPointer
Definition: forward.h:26
common part of ParseBws() and ParseStrctBws()
Definition: forward.h:17
const SBuf & CrLf()
CRLF textual representation.
Definition: Parser.cc:20
RefCount< Http::One::Parser > ParserPointer
Definition: forward.h:21

 

Introduction

Documentation

Support

Miscellaneous