vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.http.router

Pattern based URL router for HTTP request.

See URLRouter for more details.

Classes

NameDescription
URLRouter Routes HTTP requests based on the request method and URL.

Structs

NameDescription
LinkedSetBacking Used to store and manipulate multiple linked lists within a single array based storage.
URLRoute Convenience abstraction for a single URLRouter route.

Aliases

NameTypeDescription
LinkedSetHash ulong[2]
Authors

Sönke Ludwig

Copyright

© 2012-2015 Sönke Ludwig

License

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