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

Ported Cookies implementation from archive-split #380

Merged
merged 12 commits into from
Jan 30, 2020

Commits on Dec 21, 2019

  1. Ported Cookie implementation from tide-split

    Tests are still missing as well as cleanup
    Nikolai Hellwig committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    98c9ce9 View commit details
    Browse the repository at this point in the history
  2. Adding Tests for Cookies

    Nikolai Hellwig committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f322a4c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Proper Error Handling

    Nikolai Hellwig committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    6b9200f View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Nikolai Hellwig committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    629f92f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Implementing suggestions from Pull-Request

    Nikolai Hellwig committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    39da9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4209087 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Update src/request.rs

    Co-Authored-By: Yoshua Wuyts <[email protected]>
    nhellwig and yoshuawuyts authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    627d852 View commit details
    Browse the repository at this point in the history
  2. Update src/request.rs

    Co-Authored-By: Yoshua Wuyts <[email protected]>
    nhellwig and yoshuawuyts authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    fbee219 View commit details
    Browse the repository at this point in the history
  3. Changes after review

    Nikolai Hellwig committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1b2e027 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Moving set_cookie and remove_cookie to Response

    Nikolai Hellwig committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    56a293a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Adding example for cookies

    Nikolai Hellwig committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    9b8bad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Adding Cookie Middleware as default

    Nikolai Hellwig committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    3f4cfad View commit details
    Browse the repository at this point in the history