I can not find documentation for this method despite there is many code examples on the internet that uses this method, someone can tell me please where to find it? there is also a method "getElements" that i can not find in java documentation.
Asked
Active
Viewed 58 times
1 Answers
2
HttpMessage
is an interface that CloseableHttpResponse
implements. That's where the getHeaders
method comes from

OneCricketeer
- 179,855
- 19
- 132
- 245