- CustomMethod
auto CustomMethod(string method, bool hasBody, R path)
Undocumented in source. Be warned that the author may not have intended to support it.
- Delete
auto Delete(R path)
Undocumented in source. Be warned that the author may not have intended to support it.
- Get
auto Get(R path)
Undocumented in source. Be warned that the author may not have intended to support it.
- Post
auto Post(R path)
Undocumented in source. Be warned that the author may not have intended to support it.
- Put
auto Put(R path)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerRoutes
void registerRoutes(Router register, R router)
Undocumented in source. Be warned that the author may not have intended to support it.
- routeInfo
auto routeInfo(string method, bool hasBody, E path)
Undocumented in source. Be warned that the author may not have intended to support it.