package
1.59.0
Repository: https://github.com/valyala/fasthttp.git
Documentation: pkg.go.dev

# Functions

ConvertRequest converts a fasthttp.Request to an http.Request.
NewFastHTTPHandler wraps net/http handler to fasthttp request handler, so it can be passed to fasthttp server.
NewFastHTTPHandlerFunc wraps net/http handler func to fasthttp request handler, so it can be passed to fasthttp server.