From 3d56a4ce7fa87ae85a973945244896ab155f9ae9 Mon Sep 17 00:00:00 2001 From: jincheng9 Date: Tue, 28 Dec 2021 22:54:20 +0800 Subject: [PATCH] fix: typo --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 231bb142..cccb013a 100644 --- a/context.go +++ b/context.go @@ -843,7 +843,7 @@ func (c *Context) GetHeader(key string) string { return c.requestHeader(key) } -// GetRawData return stream data. +// GetRawData returns stream data. func (c *Context) GetRawData() ([]byte, error) { return ioutil.ReadAll(c.Request.Body) }