Reply.cc File Reference
#include "squid.h"
#include "ConfigParser.h"
#include "debug/Stream.h"
#include "helper.h"
#include "helper/Reply.h"
#include "rfc1738.h"
#include "SquidString.h"
Include dependency graph for Reply.cc:

Go to the source code of this file.
Functions | |
static bool | isKeyNameChar (char c) |
restrict key names to alphanumeric, hyphen, underscore characters More... | |
std::ostream & | operator<< (std::ostream &os, const Helper::Reply &r) |
Function Documentation
◆ isKeyNameChar()
|
static |
Definition at line 136 of file Reply.cc.
Referenced by Helper::Reply::parseResponseKeys().
◆ operator<<()
std::ostream& operator<< | ( | std::ostream & | os, |
const Helper::Reply & | r | ||
) |
Definition at line 195 of file Reply.cc.
References Helper::BrokenHelper, MemBuf::content(), NotePairs::empty(), Helper::Error, MemBuf::hasContent(), Helper::Reply::notes, Helper::Okay, Helper::Reply::other(), Helper::Reply::result, Helper::TimedOut, NotePairs::toString(), Helper::TT, and Helper::Unknown.