9#ifndef SQUID_SRC_HELPER_REPLY_H
10#define SQUID_SRC_HELPER_REPLY_H
Reply & operator=(const Helper::Reply &r)
const MemBuf & emptyBuf() const
Return an empty MemBuf.
Helper::ResultCode result
The helper response 'result' field.
Reply()
Creates a NULL reply.
const MemBuf & other() const
static void CheckReceivedKey(const SBuf &, const SBuf &)
warns admin about problematic key=value pairs
Reply(const Helper::Reply &r)
Helper::ReservationId reservationId
The stateful replies should include the reservation ID.
bool accumulate(const char *buf, size_t len)
Reply(Helper::ResultCode res)
MemBuf other_
the remainder of the line
a (temporary) lock on a (stateful) helper channel
helper protocol primitives
ResultCode
enumeration value for the helper response 'result' field.
std::ostream & operator<<(std::ostream &, const Reply &)