Skip to content
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 treq.cookies helper module #385

Merged
merged 5 commits into from
May 1, 2024
Merged

Add treq.cookies helper module #385

merged 5 commits into from
May 1, 2024

Commits on Apr 30, 2024

  1. Typings for treq.response._Response

    And fix a CookieAgent failure.
    
    Fixes #384.
    twm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9e07ffb View commit details
    Browse the repository at this point in the history
  2. More explanation

    twm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1d6fb74 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Add treq.cookies

    If we're going to ditch requests.cookies we need to offer *something*
    less raw than a bare CookieJar.
    twm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    00ee0b3 View commit details
    Browse the repository at this point in the history
  2. Less cute naming

    twm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9abe449 View commit details
    Browse the repository at this point in the history
  3. Add search to the API docs

    twm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    93d16c1 View commit details
    Browse the repository at this point in the history