You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made a module that can be plugged directly into the requests library, it replaces the default urllib3 HTTPAdapter with a custom adapter made to work with curl. You can check it out here https://github.com/el1s7/curl-adapter.
Here's how easy you can integrate curl_cffi to requests by using the curl-adapter module:
Even though you already have a pretty good cIient similar to requests, the curl-adapter module is useful for people who need a fully compatible requests API.
I have made a module that can be plugged directly into the requests library, it replaces the default urllib3 HTTPAdapter with a custom adapter made to work with curl. You can check it out here https://github.com/el1s7/curl-adapter.
Here's how easy you can integrate curl_cffi to requests by using the curl-adapter module:
Even though you already have a pretty good cIient similar to requests, the curl-adapter module is useful for people who need a fully compatible requests API.
Doesn't have issues such as #438, #368, #208, #82, etc.
The text was updated successfully, but these errors were encountered: