-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cookie support #64
Merged
Commits on Aug 18, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c53bc19 - Browse repository at this point
Copy the full SHA c53bc19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0ea00 - Browse repository at this point
Copy the full SHA ee0ea00View commit details
Commits on Sep 24, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2be3484 - Browse repository at this point
Copy the full SHA 2be3484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d2e64 - Browse repository at this point
Copy the full SHA 31d2e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7462d1 - Browse repository at this point
Copy the full SHA e7462d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffdcc79 - Browse repository at this point
Copy the full SHA ffdcc79View commit details -
Use an existing key if we have one
This allows passing in [ 'a' => 'b' ] rather than just [ 'a=b' ]
Configuration menu - View commit details
-
Copy full SHA for 996a32c - Browse repository at this point
Copy the full SHA 996a32cView commit details -
I was a little overzealous here; cookies can only have a single value.
Configuration menu - View commit details
-
Copy full SHA for 3dbca26 - Browse repository at this point
Copy the full SHA 3dbca26View commit details -
Persist cookies between requests
Adds a new 'requests.before_redirect_check' hook to allow for this.
Configuration menu - View commit details
-
Copy full SHA for 3d05c4c - Browse repository at this point
Copy the full SHA 3d05c4cView commit details -
Use instanceof instead of is_a
is_a was deprecated from 5.0-5.3, plus it takes parameters in the opposite order to what the code previously had.
Configuration menu - View commit details
-
Copy full SHA for 72369f7 - Browse repository at this point
Copy the full SHA 72369f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c9fd4 - Browse repository at this point
Copy the full SHA 49c9fd4View commit details -
Change CaseInsensitiveDictionary to be flat
Moves all multiple-value handling back to the headers class.
Configuration menu - View commit details
-
Copy full SHA for 136fee6 - Browse repository at this point
Copy the full SHA 136fee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485927a - Browse repository at this point
Copy the full SHA 485927aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.