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

Top 3.0% on proxy.golang.org
Top 4.1% dependent packages on proxy.golang.org
Top 2.3% dependent repos on proxy.golang.org
Top 2.6% forks on proxy.golang.org

proxy.golang.org : github.com/drone/routes

Package routes a simple http routing API for the Go programming language, compatible with the standard http.ListenAndServe function. Create a new route multiplexer: Define a simple route with a given method (ie Get, Put, Post ...), path and http.HandleFunc. Define a route with restful parameters in the path: The parameters are parsed from the URL, and appended to the Request URL's query parameters. More control over the route's parameter matching is possible by providing a custom regular expression: To start the web server, use the standard http.ListenAndServe function, and provide the route multiplexer:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/drone/routes
License: MIT
Latest release: almost 12 years ago
First release: almost 12 years ago
Namespace: github.com/drone
Dependent packages: 2
Dependent repositories: 5
Stars: 343 on GitHub
Forks: 94 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...