squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
helper
ResultCode.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_HELPER_RESULTCODE_H
10
#define _SQUID_SRC_HELPER_RESULTCODE_H
11
12
namespace
Helper
13
{
14
16
enum
ResultCode
{
17
Unknown
,
// no result code received, or unknown result code
18
Okay
,
// "OK" indicating success/positive result
19
Error
,
// "ERR" indicating success/negative result
20
BrokenHelper
,
// "BH" indicating failure due to helper internal problems.
21
TimedOut
,
// Request timedout
22
23
// result codes for backward compatibility with NTLM/Negotiate
24
// TODO: migrate to a variant of the above results with kv-pair parameters
25
TT
26
};
27
28
}
// namespace Helper
29
30
#endif
/* _SQUID_SRC_HELPER_RESULTCODE_H */
31
Helper
helper protocol primitives
Definition:
helper.h:39
Helper::ResultCode
ResultCode
enumeration value for the helper response 'result' field.
Definition:
ResultCode.h:16
Helper::Unknown
@ Unknown
Definition:
ResultCode.h:17
Helper::BrokenHelper
@ BrokenHelper
Definition:
ResultCode.h:20
Helper::Error
@ Error
Definition:
ResultCode.h:19
Helper::TT
@ TT
Definition:
ResultCode.h:25
Helper::TimedOut
@ TimedOut
Definition:
ResultCode.h:21
Helper::Okay
@ Okay
Definition:
ResultCode.h:18
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Quick Setup
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
pl
...
full list
FTP Package Archive