1
ss098 2022-11-21 20:32:28 +08:00
查询字符串是指 Query String 吗,任何 HTTP 方法都有 Query String 的,它是 URL 的一部分。
|
2
eason1874 2022-11-21 20:34:42 +08:00
有查询字符串,HEAD 跟 GET 唯一区别就是服务器不提供响应主体
想知道各种方法的区别,找 RFC 看下就知道了 |
3
arischow 2022-11-21 20:37:18 +08:00
> The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4 |