nla/chronicrawl

Improve HTTP client

ato opened this issue · 0 comments

ato commented
  • Connection pooling
  • HTTP/1.1
  • HTTP/2

Options:

  • java.net.http
    • no dep
    • http/2 randomly throws
  • Apache HttpComponents
    • complex
    • fair amount of control