https://www.cnblogs.com/LearningOnline/p/9885318.html
Content-Type請求頭的作用,用於標記請求體數據的格式,如:
1. Content-Type:application/x-www-form-urlencoded
請求體:b'pwd=123&user=root'
2. Content-Type:application/json
請求體:{"pwd": 123, "user": "root"}
https://www.cnblogs.com/LearningOnline/p/9885318.html
Content-Type請求頭的作用,用於標記請求體數據的格式,如:
1. Content-Type:application/x-www-form-urlencoded
請求體:b'pwd=123&user=root'
2. Content-Type:application/json
請求體:{"pwd": 123, "user": "root"}
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。