Skip to content

Commit

Permalink
Issue #8: mention fasthttprouter in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Dec 16, 2015
1 parent b805a92 commit db76b9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,9 @@ uintBuf := fasthttp.AppendUint(nil, 1234)
There are no plans to add request routing into fasthttp. I believe request
routing must be implemented in a separate package(s) like
[httprouter](https://github.com/julienschmidt/httprouter).
See [this issue](https://github.com/valyala/fasthttp/issues/8) for more info.
Try [fasthttrouter](https://github.com/buaazp/fasthttprouter),
[httprouter](https://github.com/julienschmidt/httprouter) fork for fasthttp.
See also [this issue](https://github.com/valyala/fasthttp/issues/8) for more info.

* *I detected data race in fasthttp!*

Expand Down

0 comments on commit db76b9c

Please sign in to comment.