LocateUri: new library to classify URIs in a standard way

This commit is contained in:
Max Kellermann
2015-10-22 09:29:02 +02:00
parent 1a5b66b78d
commit f072cbbba7
10 changed files with 477 additions and 189 deletions

View File

@@ -25,10 +25,11 @@
class Client;
class Request;
class Response;
class Path;
CommandResult
handle_listfiles_local(Client &client, Response &response,
const char *path_utf8);
handle_listfiles_local(Response &response,
const char *path_utf8, Path path_fs);
CommandResult
handle_read_comments(Client &client, Request request, Response &response);