问题标签 [stubby4node]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - stubby4node 逗号分隔的查询字符串实现问题
我有以下模式的 URL (GET REQUEST)
- ^/testpath/1/test?pathid=1
- ^/testpath/1/test?pathid=1,2
- ^/testpath/1/test?pathid=1,2,5
其中 pathid 查询字符串参数以逗号分隔
我有以下粗短的映射来匹配这些 url 模式
但我无法让这个 URL 映射根据不同的参数组合正确传递不同的有效负载。
- 1 -> 有效载荷1
- 1,2 -> 有效载荷2
- 1,2,5 -> 有效载荷3
如何才能做到这一点?
node.js - 调用 Mockserver 时 ECONNREFUSED (express+stubby)
我有以下服务器用于测试目的:
不幸的是,它不再起作用了,而不是我得到的响应:
它曾经在我以前的机器(带有 BigSur 的 MacBook)上工作。现在我也在 Mac 但蒙特雷。不确定这是否相关。