命令行下的接口调试工具httpie
常用的开发接口调试工具有postman等。 命令行下可以用curl、wget,以及更好用的httpie。
httpie官网:https://httpie.org github:https://github.com/jakubroztocil/httpie
命令行下好用又美观的接口请求和调试工具,支持mac、linux和windows。
常用命令:
http http://localhost:9999/health
http http://localhost:9999/ping
http POST http://localhost:9999/ping
http http://localhost:9999/superset/testjson/abc/
http sPOST http://localhost:9999/superset/testjson/lgf/ name=tt name2=ttt
官网截图: