mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Fix typo (#115)
This commit is contained in:
committed by
Aliaksandr Valialkin
parent
8db7d05839
commit
e2fcfbaea5
@@ -647,7 +647,7 @@ func (ctx *RequestCtx) Host() []byte {
|
||||
|
||||
// QueryArgs returns query arguments from RequestURI.
|
||||
//
|
||||
// It doesn't return POST'ed arguments - use PostArge() for this.
|
||||
// It doesn't return POST'ed arguments - use PostArgs() for this.
|
||||
//
|
||||
// Returned arguments are valid until returning from RequestHandler.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user