This commit is contained in:
Alexander Shchepetilnikov
2016-06-13 17:58:03 +03:00
committed by Aliaksandr Valialkin
parent 8db7d05839
commit e2fcfbaea5
+1 -1
View File
@@ -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.
//