mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
docs: add missing dot to ConvertRequest comment (#1516)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
// ConvertRequest convert a fasthttp.Request to an http.Request
|
||||
// ConvertRequest converts a fasthttp.Request to an http.Request.
|
||||
// forServer should be set to true when the http.Request is going to be passed to a http.Handler.
|
||||
//
|
||||
// The http.Request must not be used after the fasthttp handler has returned!
|
||||
|
||||
Reference in New Issue
Block a user