vibe.http.router

Pattern based URL router for HTTP request.

See URLRouter for more details.

Public Imports

vibe.http.server
public import vibe.http.server;

Members

Classes

URLRouter
class URLRouter

Routes HTTP requests based on the request method and URL.

Structs

LinkedSetBacking
struct LinkedSetBacking(T)
Undocumented in source.
URLRoute
struct URLRoute

Convenience abstraction for a single URLRouter route.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig