Function router::insert
Route the specified URL path to a resource
Synopsis
Declared in header <router.hpp>
template<class U>
void
insert(
core::string_view pattern,
U&& v);
Route the specified URL path to a resource
Declared in header <router.hpp>
template<class U>
void
insert(
core::string_view pattern,
U&& v);