# Functions
ConvertRequest convert a fasthttp.Request to an http.Request forServer should be set to true when the http.Request is going to passed to a http.Handler.
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.