An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/ant0ine/go-urlrouter : v0.0.0-20161106000400-8cda547fbee3

Efficient URL routing using a Trie data structure. This Package implements a URL Router, but instead of using the usual "evaluate all the routes and return the first regexp that matches" strategy, it uses a Trie data structure to perform the routing. This is more efficient, and scales better for a large number of routes. It supports the :param and *splat placeholders in the route strings. Example: (Blog Post: https://www.ant0ine.com/post/better-url-routing-golang.html)

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/ant0ine/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...