18 #ifndef _DECAF_INTERNAL_NET_URIENCODERDECODER_H_ 19 #define _DECAF_INTERNAL_NET_URIENCODERDECODER_H_ 32 static const std::string digits;
52 static void validate(
const std::string& s,
const std::string& legal );
66 static void validateSimple(
const std::string& s,
const std::string& legal );
81 static std::string quoteIllegal(
const std::string& s,
const std::string& legal );
92 static std::string encodeOthers(
const std::string& s );
107 static std::string decode(
const std::string& s );
virtual ~URIEncoderDecoder()
Definition: URIEncoderDecoder.h:37
Definition: URIEncoderDecoder.h:29
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25