working commit
This commit is contained in:
@@ -43,5 +43,5 @@ func (rctx *Context) SendText(payload string) {
|
||||
}
|
||||
|
||||
func (rctx *Context) GetHeader(key string) string {
|
||||
return rctx.Request.URL.Query().Get(key)
|
||||
return rctx.Request.Header.Get(key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user