lighttp.router

Undocumented in source.

Members

Classes

Route
class Route
Undocumented in source.
RouteImpl
class RouteImpl(T, E...)
Undocumented in source.
RouteOf
class RouteOf(T, E...)
Undocumented in source.
Router
class Router
Undocumented in source.
WebSocketRouteOf
class WebSocketRouteOf(WebSocket, T, E...)
Undocumented in source.

Functions

CustomMethod
auto CustomMethod(string method, 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.
registerRoutes
void registerRoutes(R router)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

HandleResult
struct HandleResult
Undocumented in source.
RouteInfo
struct RouteInfo(T)
Undocumented in source.

Meta