2captcha / 2captcha-go

Golang Module for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, funcaptcha, geetest and solve any other captchas.
https://2captcha.com
MIT License
108 stars 42 forks source link

Support custom http client #1

Closed andig closed 3 years ago

andig commented 3 years ago

Otherwise we cannot pass a request that requires cookiejar to be applied to it by client.

brugeman commented 3 years ago

Added a new constructor NewClientExt that allows you to pass a custom http client.