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
URLRoute Convenience abstraction for a single URLRouter route.
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.