refactor: rename DTree to DValue
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ String route_path_sanitize(String path, String default_path = "index");
|
||||
String request_script_url(Request& context);
|
||||
String request_base_url(Request& context);
|
||||
String request_query_path(Request& context, String default_path = "index");
|
||||
DTree request_query_route(Request& context, String default_path = "index");
|
||||
DTree request_route_from_raw_path(String raw_path, String default_path = "index");
|
||||
DValue request_query_route(Request& context, String default_path = "index");
|
||||
DValue request_route_from_raw_path(String raw_path, String default_path = "index");
|
||||
void request_populate_context_params(Request& context, String default_path = "index");
|
||||
void request_populate_context_params_from_route(Request& context, String raw_path, String default_path = "index");
|
||||
void redirect(String url, s32 code = 302);
|
||||
|
||||
Reference in New Issue
Block a user