mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
add GetHeader() to easily get header in Request
This commit is contained in:
parent
701245fcd3
commit
617e515646
@ -391,7 +391,7 @@ func (c *Context) Header(key, value string) {
|
||||
}
|
||||
|
||||
// GetHeader is a shortcut for c.Request.Header.Get(key)
|
||||
// It get the header in th request.
|
||||
// It gets the header in the request.
|
||||
func (c *Context) GetHeader(key string) {
|
||||
return c.Request.Header.Get(key)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user