Use standard library for retrieving header (#1081)
This commit is contained in:
		@ -537,10 +537,7 @@ func (c *Context) IsWebsocket() bool {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (c *Context) requestHeader(key string) string {
 | 
					func (c *Context) requestHeader(key string) string {
 | 
				
			||||||
	if values, _ := c.Request.Header[key]; len(values) > 0 {
 | 
						return c.Request.Header.Get(key)
 | 
				
			||||||
		return values[0]
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	return ""
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/************************************/
 | 
					/************************************/
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user