#include "squid.h"
#include "client_side_request.h"
#include "FwdState.h"
#include "http/Stream.h"
#include "tunnel.h"
#include "tests/STUB.h"
Include dependency graph for stub_tunnel.cc:
Go to the source code of this file.
Macros | |
#define | STUB_API "tunnel.cc" |
Functions | |
void | tunnelStart (ClientHttpRequest *) STUB void switchToTunnel(HttpRequest * |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "tunnel.cc" |
Definition at line 15 of file stub_tunnel.cc.
Function Documentation
◆ tunnelStart()
void tunnelStart | ( | ClientHttpRequest * | ) |