Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪些标头是强制性的并且必须存在于 HTTP/1.0 和 HTTP/1.1 POST 请求中?
Content-Length 是 POST 中的强制标头,因为浏览器应该能够估计剩余的加载量以向用户显示进度条(例如)。