Download the PHP package siam/easyswoole-http-monitor without Composer
On this page you can find all versions of the php package siam/easyswoole-http-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download siam/easyswoole-http-monitor
More information about siam/easyswoole-http-monitor
Files in siam/easyswoole-http-monitor
Download siam/easyswoole-http-monitor
More information about siam/easyswoole-http-monitor
Files in siam/easyswoole-http-monitor
Vendor siam
Package easyswoole-http-monitor
Short Description easyswoole的HTTP请求监控、复发
License Apache-2.0
Homepage https://www.siammm.cn
Package easyswoole-http-monitor
Short Description easyswoole的HTTP请求监控、复发
License Apache-2.0
Homepage https://www.siammm.cn
Please rate this library. Is it a good library?
Informations about the package easyswoole-http-monitor
HTTP监控复发工具
在开发接口阶段,可以记录最近的http请求,并且分析参数、复发请求,
特别是在微信支付等异步回调的场景,调试非常舒爽。
作者 Siam
QQ 59419979
可在easyswoole官方1群、2群(管理员)找到我
使用场景
记录监听近期的HTTP请求参数,可以手动选择复发。
在接口调试阶段,比较有用,特别是微信支付异步回调等场景。
假设我们有一个接口的参数需要从前面两个接口获得,并且在短期内可以重复使用
当我们在调试过程发现这个接口出bug,我们直接在HttpMonitor面板中点击复发,即可看到结果,进行调试,再复发,再复发,再复发。。。直到程序修复
支付成功异步回调就不说了,每一次都要你从手机付款一笔 微信才回调,然后你打Log,再调整程序。
同上,我们可以同一个订单,一直复发,调试程序,直到所有流程跑通。再线上真机测试。
截图演示
使用教程
安装
mainServerCreate方法注册
添加路由支持
onRequest拦截
All versions of easyswoole-http-monitor with dependencies
PHP Build Version
Package Version
The package siam/easyswoole-http-monitor contains the following files
Loading the files please wait ....