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.
尽管互联网上有很多使用此方法的代码示例,但我找不到此方法的文档,有人可以告诉我在哪里可以找到它?还有一种方法“getElements”,我在 java 文档中找不到。
HttpMessage是一个CloseableHttpResponse实现的接口。这就是getHeaders方法的来源
HttpMessage
CloseableHttpResponse
getHeaders
https://hc.apache.org/httpcomponents-client-4.5.x/httpclient/apidocs/org/apache/http/client/methods/CloseableHttpResponse.html