Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit aaf5c5a

Browse files
authored
Update readme.md
1 parent 1771aac commit aaf5c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The router works almost the same way as [httprouter](https://github.com/juliensc
1313
- Default response handler that response with JSON. Can be replaced by a custom handler function.
1414
- Not all methods exists on `httpapi.Router` struct as `httprouter.Router` has, e.g `HandlerFunc` does not exist.
1515
- Better support for middlewares with [alice](https://github.com/justinas/alice).
16+
- Default httprouter handle can also be used.
1617

1718
## Installation
1819

0 commit comments

Comments
 (0)