webservice调试工具Postman-REST-Client

Postman-REST-Client是个webservice调试的好工具
附件中还有安装和使用说明。

Test:
http请求
http://httpbin.org/get
http://httpbin.org/post

https请求
https://httpbin.org/

Websocket 请求
通过 ws://echo.websocket.org, 可以进行 Websocket 的测试

你可能感兴趣的:(webservice调试工具Postman-REST-Client)