Esi.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_ESI_H
10#define SQUID_ESI_H
11
12#include "clientStream.h"
13#include "sbuf/SBuf.h"
14
15#if !defined(ESI_STACK_DEPTH_LIMIT)
16#define ESI_STACK_DEPTH_LIMIT 20
17#endif
18
19/* ESI.c */
20extern CSR esiStreamRead;
22extern CSD esiStreamDetach;
23extern CSS esiStreamStatus;
25
26namespace Esi
27{
28
31inline Esi::ErrorDetail Error(const char *msg) { return ErrorDetail(msg); }
32
33} // namespace Esi
34
35#endif /* SQUID_ESI_H */
36
CSCB esiProcessStream
CSR esiStreamRead
CSD esiStreamDetach
int esiEnableProcessing(HttpReply *)
Definition: Esi.cc:2239
CSS esiStreamStatus
Definition: SBuf.h:94
void CSD(clientStreamNode *, ClientHttpRequest *)
client stream detach
void CSR(clientStreamNode *, ClientHttpRequest *)
client stream read
void CSCB(clientStreamNode *, ClientHttpRequest *, HttpReply *, StoreIOBuffer)
client stream read callback
clientStream_status_t CSS(clientStreamNode *, ClientHttpRequest *)
ESI protocol types and operators.
Definition: Element.h:89
SBuf ErrorDetail
Definition: Esi.h:29
Esi::ErrorDetail Error(const char *msg)
prepare an Esi::ErrorDetail for throw on ESI parser internal errors
Definition: Esi.h:31

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors