db/simple/Directory: add LookupResult::uri

This commit is contained in:
Max Kellermann
2020-04-03 17:08:24 +02:00
parent 6c8eb3c7ed
commit bcf4645263
4 changed files with 10 additions and 9 deletions

View File

@@ -182,6 +182,11 @@ public:
*/
Directory *directory;
/**
* The URI part which resolved to the #directory.
*/
std::string_view uri;
/**
* The remaining URI part (without leading slash) or
* nullptr if the given URI was consumed completely.