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;
Undocumented in source.

Members

Aliases

LinkedSetHash
alias LinkedSetHash = ulong[16 / ulong.sizeof]
Undocumented in source.

Classes

URLRouter
class URLRouter

Routes HTTP requests based on the request method and URL.

Structs

LinkedSetBacking
struct LinkedSetBacking(T)

Used to store and manipulate multiple linked lists within a single array based storage.

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