dyoung
dyoung
Not found rpc `parity_composeTransaction` in conflux-rust, and you could use `Client.ApplyUnsignedTransactionDefault` to fill missed fields
> @wangdayong228 hi,我这边 `ResponseFilter` 方法不会执行,看代码注释这个方法似乎没有被使用到,请问你是有什么配置吗? > > https://github.com/apache/apisix-go-plugin-runner/blob/f04930485b11ec29121585b2864157c957602be8/pkg/plugin/plugin.go#L45-L47 hi, 通过配置 `ext-plugin-post-resp` 就可以在response后执行插件了,我的配置如下 ``` { "uri": "/", "name": "check-id", "plugins": { "ext-plugin-post-resp": { "allow_degradation": false, "conf": [ { "name": "check_id", "value":...
> 请问这个问题有解决吗? 自己写了个代理服务处理了,go 插件官方好像不维护了,坑有点多