mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Point to fasthttpadaptor docs instead of source code in README
This commit is contained in:
@@ -128,7 +128,7 @@ BenchmarkClientGetEndToEnd-4 1000000 5954 ns/op 0 B/op 0 a
|
||||
|
||||
Unfortunately, fasthttp doesn't provide API identical to net/http.
|
||||
See the [FAQ](#faq) for details.
|
||||
There is [net/http -> fasthttp handler converter](https://github.com/valyala/fasthttp/tree/master/fasthttpadaptor),
|
||||
There is [net/http -> fasthttp handler converter](https://godoc.org/github.com/valyala/fasthttp/fasthttpadaptor),
|
||||
but it is advisable writing fasthttp request handlers by hands for gaining
|
||||
all the fasthttp advantages (especially high performance :) ).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user