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