| 99 | } |
| 100 | |
| 101 | void UriInfo::AddHttpVerb(const std::string& http_verb, |
| 102 | const std::string& command_name) { |
| 103 | this->verb_map_[http_verb] = command_name; |
| 104 | } |
| 105 | |
| 106 | bool UriInfo::IsValidParameterValue(const std::string& param_name, |
| 107 | const std::string& param_value) { |
no outgoing calls
no test coverage detected