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

Auth polishing #43

Merged
merged 3 commits into from May 8, 2019
Merged

Auth polishing #43

merged 3 commits into from May 8, 2019

Commits on May 6, 2019

  1. Auth: derive basic stuff

    dpc committed May 6, 2019
    Copy the full SHA
    9dfa497 View commit details
    Browse the repository at this point in the history
  2. Get rid of lifetime on Auth

    If someone needs zero-copy, they will just pass `&Auth`.
    
    And if lifetime is to be used, then user + pass, are two allocations,
    so why are they not `&'a str`.
    dpc committed May 6, 2019
    Copy the full SHA
    bf38c81 View commit details
    Browse the repository at this point in the history
  3. Turn CookieFile into PathBuf

    dpc committed May 6, 2019
    Copy the full SHA
    1f916af View commit details
    Browse the repository at this point in the history