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

WASM cookies #2360

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

WASM cookies #2360

wants to merge 8 commits into from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    0fa370e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c21c189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2dcde3 View commit details
    Browse the repository at this point in the history
  4. feat: update fmt::Debug impl to be same as others

    Namely
    - impl fmt::Debug for ClientBuilder
    - impl fmt::Debug for Client
    c-git committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    17443d9 View commit details
    Browse the repository at this point in the history
  5. feat: move adding of cookies

    Didn't fit well with merging of headers as the headers needed to be
    re-borrowed anyway to get url
    c-git committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    836bf83 View commit details
    Browse the repository at this point in the history
  6. feat: provide access to cookies on response

    Resolved dead_code warning and was useful even if not to me
    c-git committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57453a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    260418a View commit details
    Browse the repository at this point in the history
  8. chore: address clippy warning

    clippy::redundant_pattern_matching
    c-git committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2b7fe70 View commit details
    Browse the repository at this point in the history