接口测试有人喜欢postman(for windows or mac)

如果长期用linux工作,可能更喜欢命令的方式,比如curl
最近深入了解了下django-rest-framwork,他们推荐了一个工具:httpie

安装:

python2.x

pip install httpie

python3.x

python -m pip install httpie

然后直接:

http POST/PUT/DELETE http://xxxx/xxxx data

一张图说明区别,如下:

最新文章

  1. css模糊效果
  2. linux tcp协议状态机
  3. [转载]ExtJs4 笔记(8) Ext.slider 滚轴控件、 Ext.ProgressBar 进度条控件、 Ext.Editor 编辑控件
  4. php部分---面向对象,设计模式(单例模式、工厂模式)、oop六大原则;
  5. C# 程序开始主要是写类和方法 的基本步骤和调用方法
  6. [terry笔记]更改oracle用户名
  7. NSDate和NSString
  8. 使用DOM4J解析XMl文件与读取XML文件
  9. 【HDOJ】1597 find the nth digit
  10. MVC-@html.ActionLink的几种参数格式
  11. Hbuilder 常用快捷键汇总
  12. Socket简介 (转)
  13. Redis 缓存 + Spring 的集成示例(转)
  14. react中,constructor和getInitialState的区别
  15. PDO详解
  16. linux下ffmpeg安装
  17. shell脚本实现冒泡排序
  18. GIL(全局解释器锁)
  19. Spring Boot:Web 综合开发
  20. cf1047C-Enlarge GCD-(欧拉筛+map+gcd+唯一分解定理)

热门文章

  1. 侯捷老师C++大系之C++面向对象开发:(一)不带指针的类:Complex复数类的实现过程
  2. Ubuntu apache2.4 设置虚拟主机
  3. QT基本操作
  4. "Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )
  5. Android开发之Activity横竖屏切换生命周期重建问题
  6. Sqlite3常用的插入方法及性能测试
  7. Nfs+Drdb+Heartbeat 数据存储高可用服务架构方案
  8. Angularjs+node+Mysql实现地图上的多点标注
  9. 查看mysql语句运行时间的2种方法
  10. css学习笔记(1)