working commit

This commit is contained in:
2026-01-28 13:06:04 +02:00
parent 6db319088e
commit d647854e98
13 changed files with 293 additions and 45 deletions
+1 -1
View File
@@ -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)
}