L.T
L.T
i test online example: ``` e := httpexpect.New(t, "https://api.mydomain.com") request := e.Get("/api/info") response := request.Expect() response.Status(200) log.Println(response.Body().Raw()) ``` now i want to test my cors rule, just like invoke api...
I have api router need `ctx.Redirect(targetURL, statusCode)`, I want to check the `targetURL` is ok, ``` app.get("/a", func(ctx iris.Context){ ctx.Redirect("https://google.com", 302) }) ``` i write test like : ``` func...
when the file name is Chinese ,it can't display properly
因为websocket安装太耗时了.我这边已经删掉了,可以的话我就直接提pr. 插件也写好了
增加一存在内容的hooks

colors.js in line: 221 ``` colors[typ] = convert[from + '2' + typ](colors[from]); ```
退款回调通知的plaint text数据中并没有status字段,而是 refund_status 字段,添加`refund_status`用于兼容