mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
Issue #8: mention fasthttprouter in readme
This commit is contained in:
@@ -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!*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user