不同接口之間的差異
參數(shù)提交方式 get post delete put
請(qǐng)求數(shù)據(jù)大小 get小,post大
安全性 請(qǐng)求的數(shù)據(jù):get是在url中提交,post是在webform中以表單的形式提交
參數(shù)提交方式 get post delete put
請(qǐng)求數(shù)據(jù)大小 get小,post大
安全性 請(qǐng)求的數(shù)據(jù):get是在url中提交,post是在webform中以表單的形式提交
2017-10-12
postman 下載地址
http://blog.csdn.net/chrise_/article/details/73498011
http://blog.csdn.net/chrise_/article/details/73498011
2017-10-04