The Wayback Machine - https://web.archive.org/web/20220522195755/https://github.com/topics/cookiejar
Here are
28 public repositories
matching this topic...
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.
Updated
May 17, 2019
Java
Add tough-cookie support to axios.
Updated
May 21, 2022
TypeScript
Go的一个功能强大、易扩展、易使用的http客户端请求库
A PHP script to run on your server to grab cookies through xss
Convert cookies between BinaryCookies (Apple), EditThisCookie (JSON), Perl::LWP and Netscape HTTP Cookie File (Mozilla, curl).
Updated
Jun 29, 2021
Swift
Automatic cookie handling for Amp's HTTP client.
A most easily usable cookie management library in Dart. With SweetCookieJar, you can easily manage cookie on your application.
Updated
May 18, 2022
Dart
A cookiejar drive with Go (Netscape HTTP cookie file)
Simple get and set cookies in browser
Updated
Aug 2, 2017
JavaScript
Read Firefox (or other Mozilla product) CookieJars from Golang
A flexible worker pool that aims to fit all possible use-cases.
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences
Updated
Nov 12, 2019
Java
网易云音乐接口,使用Dio发起请求,CookieJar管理Cookie信息
Updated
Dec 20, 2020
Dart
cookiejar with AsyncHTTPClient support on tornado
Updated
Dec 28, 2018
Python
Object oriented cookie handler.
A version of the CookieJar gem that is more relaxed towards domains.
Updated
Feb 15, 2018
Ruby
golang net httpclient,with best cookiejar,cookiestorage.人性化的request builder
Go package to use Netscape cookie file format
A practical cookiejar implementation for Ruby
Updated
Apr 27, 2020
Ruby
Quick and dirty bot to scrape chemical raw material safety data from the EPA CCID website using BeautifulSoup
Updated
Oct 14, 2018
Python
A golang package for storing cookies in netscape cookie jar file
Puppeteer store for cookie management library tough cookie.
Updated
Mar 25, 2022
TypeScript
Load cookies.txt into CookieJar
A simple PHP extension for basic cookie functions.
🍪 makes any http.Cookiejar implementations persistable
Loads decrypted cookiejars from Chromium based browsers running on Microsoft Windows.
Updated
Apr 1, 2022
Python
A persistent cookiejar for okhttp3 using realm.io
Improve this page
Add a description, image, and links to the
cookiejar
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cookiejar
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
I was expecting this code to work:
But it doesn't, and it seems like I have to set the timeout with
$ua.timeout = 10. Would've been great if it was possible to set the timeout right from the constructor.