An open API service indexing awesome lists of open source software.

https://github.com/go-aah/router

Router library by aah framework
https://github.com/go-aah/router

aah aah-framework golang-library http-router router

Last synced: 9 months ago
JSON representation

Router library by aah framework

Awesome Lists containing this project

README

          



Router by aah framework


Build Status Code Coverage Go Report Card Release Version Godoc Twitter @aahframework

[HTTP Router](http://docs.aahframework.org/routing.html) brings domain and sub-domains routing, it internally uses customized version of radix tree implementation from `github.com/julienschmidt/httprouter` developer by `@julienschmidt`.

### News

* `v0.12.1` [released](https://github.com/go-aah/router/releases/latest) and tagged on Jul 27, 2018.

## Installation

```bash
go get -u aahframework.org/router.v0
```

Visit official website https://aahframework.org to learn more about `aah` framework.