Squid Web Cache
master
Loading...
Searching...
No Matches
forward.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_CLIENTS_FORWARD_H
10
#define SQUID_SRC_CLIENTS_FORWARD_H
11
12
#include "
sbuf/forward.h
"
13
14
class
FwdState
;
15
class
HttpRequest
;
16
17
namespace
Http
18
{
19
class
Tunneler
;
20
class
TunnelerAnswer
;
21
}
22
23
namespace
Ftp
24
{
25
27
void
StartGateway
(
FwdState
*
const
fwdState);
28
30
void
StartRelay
(
FwdState
*
const
fwdState);
31
42
const
SBuf
&
UrlWith2f
(
HttpRequest
*);
43
44
}
// namespace Ftp
45
46
#endif
/* SQUID_SRC_CLIENTS_FORWARD_H */
47
FwdState
Definition
FwdState.h:87
HttpRequest
Definition
HttpRequest.h:49
Http::TunnelerAnswer
Definition
HttpTunnelerAnswer.h:30
Http::Tunneler
Definition
HttpTunneler.h:33
SBuf
Definition
SBuf.h:94
Ftp
Definition
forward.h:24
Ftp::UrlWith2f
const SBuf & UrlWith2f(HttpRequest *)
Definition
FtpGateway.cc:2613
Ftp::StartGateway
void StartGateway(FwdState *const fwdState)
A new FTP Gateway job.
Definition
FtpGateway.cc:2694
Ftp::StartRelay
void StartRelay(FwdState *const fwdState)
A new FTP Relay job.
Definition
FtpRelay.cc:807
Http
Definition
forward.h:18
forward.h
squid
src
clients
forward.h
Generated by
1.9.8