I'm learning about HttpClient, I can't understand hops, is it a proxy?
HttpClient is capable of establishing connections to the target host either directly or via a route that may involve multiple intermediate connections - also referred to as hops.
This refers to using multiple proxies. It is even explained in the same paragraph, two sentences later: