首页 > 解决方案 > httpie 是否有与 curl 的 --path-as-is 选项等效的选项

问题描述

是否有与 curl 的 --path-as-is 等效的 httpie 选项?我想发送没有某些字符 url 编码的 GET 请求

标签: curlhttpie

解决方案


HTTPie 2.1.0(发布于 2020-04-18)引入了对--path-as-is

https://httpie.org/docs#path-as-is

https://github.com/jakubroztocil/httpie/blob/master/CHANGELOG.rst


推荐阅读