-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Big update to cookie code Our cookie code was originally ported from the golang stdlib implementation and this represents a (slightly overdue) update from the original source code. The biggest changes are a more solidified cookiejar implementation that is threadsafe and includes all the "getcookies!" and "setcookies!" implementations that we were hand-rolling previously. I also ported over some udpated tests. All in all, this seems like a great improvement IMO, and I'm going to go thru open cookie-related issues and make sure we get everything fixed. * fix compat * fix compat again * fix compat finally * Add addcookie! method for convenience for adding cookies to Request/Response
- Loading branch information
Showing
7 changed files
with
606 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.