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
16namespace Http {
17namespace One {
18
19class Tokenizer;
20
21class Parser;
23
24class TeChunkedParser;
25
26class RequestParser;
28
29class ResponseParser;
31
33const SBuf &CrLf();
34
35using ::Parser::InsufficientInput;
36
37} // namespace One
38} // namespace Http
39
40namespace Http1 = Http::One;
41
42#endif /* SQUID_SRC_HTTP_ONE_FORWARD_H */
43
Definition: SBuf.h:94
RefCount< Http::One::ResponseParser > ResponseParserPointer
Definition: forward.h:30
const SBuf & CrLf()
CRLF textual representation.
Definition: Parser.cc:20
RefCount< Http::One::RequestParser > RequestParserPointer
Definition: forward.h:27
RefCount< Http::One::Parser > ParserPointer
Definition: forward.h:22
Definition: forward.h:18
Generic protocol-agnostic parsing tools.
Definition: RequestParser.h:15

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors