Skip to content

v0.0.6

Compare
Choose a tag to compare
@wandercn wandercn released this 24 Feb 15:40
· 35 commits to master since this release
  1. request body支持json,text,XML ,HTML,JavaScript,x-www-from-urlencoded格式
  2. response Body 和 Headers显示优化。
  3. error 错误提示。
  4. 请求进度条显示。

FAQ

  1. macOS系统限制,提示”提示文件已损坏”,处理方法。
    sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。