Ai大模型相关案例,AI
HTTPie 0.9.0 发布了,HTTPie 是一个开源的命令行的 HTTP 工具包,提供命令行交互方式来访问 HTTP 服务。
该版本改进内容包括:
- Added
--certand--cert-keyparameters to specify a client side certificate and private key for SSL - Improved unicode support.
- Improved terminal color depth detection via
curses. - To make it easier to deal with Windows paths in request items,
\now only escapes special characters (the ones that are used as key-value separators by HTTPie). - Switched from
unittesttopytest. - Added Python
wheelsuppor. - Various test suite improvements.
- Added
CONTRIBUTING_. - Fixed
User-Agentoverwriting when used within a session. - Fixed handling of empty passwords in URL credentials.
- Fixed multiple file uploads with the same form field name.
- Fixed
--output=/dev/nullon Linux. - Miscellaneous bugfixes.
下载地址:https://github.com/jakubroztocil/httpie/archive/0.9.0.zip






