bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 133 forks source link

carrying forward task jar handling from fhttp #49

Closed sukhdev96 closed 1 year ago

sukhdev96 commented 1 year ago

there seems to be no way to call httpclient.CookieJar object in this client despite the older fhttp code allowed for this. can you possibly reintroduce it or add a way to share cookie jars between clients?

bogdanfinn commented 1 year ago

@sukhdev96 just added a GetCookieJar() function to the client. https://github.com/bogdanfinn/tls-client/commit/7d5166e0e444d63d131b35aba8abf76e2d5b3164