4 #include <unordered_map> 15 std::unordered_map<std::string, std::string> params;
28 URI(std::string & uri);
72 std::unordered_map<std::string, std::string>
getParams();
class represents http uri
Definition: uri.h:12
std::unordered_map< std::string, std::string > getParams()
bool getValueFromParam(const char *key, std::string &value)
void setParamsAndUri(std::string &uri)