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

feat: add query params to redirect response #3901

Merged

Conversation

marcuslimdw
Copy link
Contributor

Description

Closes #3891.

Copy link

codecov bot commented Dec 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.35%. Comparing base (f31ef97) to head (fd80bb5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3901   +/-   ##
=======================================
  Coverage   98.35%   98.35%           
=======================================
  Files         345      345           
  Lines       15582    15589    +7     
  Branches     1718     1720    +2     
=======================================
+ Hits        15325    15332    +7     
  Misses        122      122           
  Partials      135      135           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@provinzkraut provinzkraut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @marcuslimdw!

litestar/response/redirect.py Outdated Show resolved Hide resolved
@marcuslimdw marcuslimdw changed the title Add query params to redirect response feat: add query params to redirect response Dec 15, 2024
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3901

@provinzkraut provinzkraut merged commit b30c7fc into litestar-org:main Dec 15, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Add query params to litestar.response.redirect.Redirect
2 participants