HttpClient keeps cookies, location, and some other state to reuse connections, when possible, like a web browser.
High level function that works similarly to entering a url into a browser.
Automatically follow a redirection?
See Implementation
HttpClient keeps cookies, location, and some other state to reuse connections, when possible, like a web browser.