|
Squid Web Cache master
|
#include "squid.h"#include "ConfigParser.h"#include "debug/Messages.h"#include "debug/Stream.h"#include "helper.h"#include "helper/Reply.h"#include "rfc1738.h"#include "SquidString.h"#include <algorithm>Go to the source code of this file.
Functions | |
| static bool | isKeyNameChar (char c) |
| restrict key names to alphanumeric, hyphen, underscore characters | |
|
static |
Definition at line 139 of file Reply.cc.
Referenced by Helper::Reply::parseResponseKeys().