working commit
This commit is contained in:
@@ -66,3 +66,7 @@ func (rctx *Context) SendText(payload string) {
|
||||
rctx.Writer.Header().Set("Content-Type", "text/plain")
|
||||
rctx.Writer.Write([]byte(payload))
|
||||
}
|
||||
|
||||
func (rctx *Context) SendBytes(payload []byte) {
|
||||
rctx.Writer.Write(payload)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user