HTTPIE小记

HTTPIE, 一个python平台的请求发起的小工具,和Curl比较像,但确实更for human beings.

用法很明晰:

C:\windows\system32>http
usage: http [--help] [--version] [--json | --form] [--output FILE]
                  [--pretty | --colors | --format | --ugly]
                  [--print OUTPUT_OPTIONS | --verbose | --headers | --body]
                  [--style STYLE] [--stream] [--check-status]
                  [--auth USER:PASS] [--auth-type {basic,digest}]
                  [--verify VERIFY] [--proxy PROXY] [--allow-redirects]
                  [--timeout SECONDS] [--traceback] [--debug]
                  [METHOD] URL [ITEM [ITEM ...]]

win的具体安装方法这位小哥讲的好详细。【.NET小哥玩py还是比较少见。

书写简单,你值得拥有。

添加新评论