关于 Paw3 的一些问题
Some issue about Paw3
尝试Paw3一段时间后,发现确实很神奇,但是操作上遇到了一些小问题:
如何批量编辑 HTTP headers 而不是在 table 中一个接一个地编辑?
当响应太长时如何折叠一些JSON text
代码?
当我在响应中搜索时,有什么方法可以显示匹配的数量吗?
非常感谢。
感谢您对 Paw 的美言!
很遗憾,您提出的 3 件事中 none 已经实现。
- How can I bulk edit HTTP headers instead of editing in a table one by one?
目前还无法 bulk-edit headers。相反,我们建议用户 use environment variables as reusable presets。我们想稍后添加 batch-edit 功能。
- How can I fold some of the JSON text code when response is too long?
尚无法折叠 JSON 文本。如果需要折叠项目,可以使用常规 JSON 树。同样在这里,这也是我们想添加到文本中的内容。
- When I search in the response, is there any way to show the number of the matches?
不显示。不过添加起来很容易。我记下了:)
尝试Paw3一段时间后,发现确实很神奇,但是操作上遇到了一些小问题:
如何批量编辑 HTTP headers 而不是在 table 中一个接一个地编辑?
当响应太长时如何折叠一些
JSON text
代码?当我在响应中搜索时,有什么方法可以显示匹配的数量吗?
非常感谢。
感谢您对 Paw 的美言!
很遗憾,您提出的 3 件事中 none 已经实现。
- How can I bulk edit HTTP headers instead of editing in a table one by one?
目前还无法 bulk-edit headers。相反,我们建议用户 use environment variables as reusable presets。我们想稍后添加 batch-edit 功能。
- How can I fold some of the JSON text code when response is too long?
尚无法折叠 JSON 文本。如果需要折叠项目,可以使用常规 JSON 树。同样在这里,这也是我们想添加到文本中的内容。
- When I search in the response, is there any way to show the number of the matches?
不显示。不过添加起来很容易。我记下了:)