I am trying reqwest library to write some basic web scrapper and god I am already tired that I can't have both cookies and text from response since .text() methods takes ownership of response object and closes connection stream without caching any other data. Like just why