manchurio

Results 4 issues of manchurio

## OS Windows ## VERSION 1.5.1 ## ISSUE DESCRIPTION ![image](https://user-images.githubusercontent.com/82277001/150308669-993b7c62-da86-4efc-9a7e-3dcddb4c8e24.png) 在这个输入框里面直接回车, 会导致窗口关闭,并且弹出 错误 ![image](https://user-images.githubusercontent.com/82277001/150308782-1e28a66c-2fb8-4882-a656-b009e096c675.png)

**Describe the solution you'd like** 作为网关用, 希望支持websocket

enhancement
good first issue

## Describe the feature 支持JSON_REMOVE删除某个key ## Motivation 业务还是需要用到的 ## Related Issues

```go package main import ( "fmt" "github.com/felixge/fgprof" "net/http" "os" "time" ) func main() { cpuf, err := os.Create("fgprof.out") if err != nil { return } stop := fgprof.Start(cpuf, fgprof.FormatPprof) defer...