我正在为 HTTP 编写一个客户端库。
使用HttpResponse,我怎样才能获得Reason-Phrase
价值?
我建议任何有同样好奇心的人来看看
https://evertpot.com/http-2-finalized/
HTTP/2 取消了“原因短语”。在 HTTP/1.1 中,服务器可以提交人类可读的原因以及状态码,例如
HTTP/1.1 404 Can't find it anywhere!
. 或者HTTP/1.1 200 I like pebbles
,但是在 HTTP/2 中,这被删除了。