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

refactor: Remove lifetime from Context, ResponseFuture, InterceptorFuture #405

Merged
merged 8 commits into from
Nov 7, 2022

Commits on Aug 11, 2022

  1. refactor: Remove lifetime from Context

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d158793 View commit details
    Browse the repository at this point in the history
  2. Make ResponseFuture static

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c1b4064 View commit details
    Browse the repository at this point in the history
  3. Remove not needed clone

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b3db05a View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    532237b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Remove Invoke trait

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    241b349 View commit details
    Browse the repository at this point in the history
  2. Refactor default headers

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    60965f4 View commit details
    Browse the repository at this point in the history
  3. Also refactor cookies

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fdf3921 View commit details
    Browse the repository at this point in the history
  4. Enable elided_lifetimes_in_paths

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    683bd9e View commit details
    Browse the repository at this point in the history