I want to make HTTP requests to Solr index to get requested documents. What is the best (both fast and reliable) HTTP client library in Java? (Is there anything similar to Ruby's typhoeus)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Apache HttpComponents (former The Commons HttpClient) http://hc.apache.org/ is a de facto standard in Java world. Solr client library is using it as well: http://wiki.apache.org/solr/Solrj |
|||
|
|