-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve debug_handler
on tuple response types
#2201
Merged
Merged
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52c5634 - Browse repository at this point
Copy the full SHA 52c5634View commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8acbe7 - Browse repository at this point
Copy the full SHA c8acbe7View commit details -
added hints when named IntoResponse is placed in the middle of tuple.
It gives the hint "This type only implements IntoResponse but not IntoResponseParts, try moving it to the last element." But currently it only detects Json and String, more types can be added.
Configuration menu - View commit details
-
Copy full SHA for b315200 - Browse repository at this point
Copy the full SHA b315200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd8498 - Browse repository at this point
Copy the full SHA 4cd8498View commit details
Commits on Sep 11, 2023
-
Added more tests, handled single tuple, and used filter and map for t…
…he Position::First
Configuration menu - View commit details
-
Copy full SHA for 1007d37 - Browse repository at this point
Copy the full SHA 1007d37View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for befc809 - Browse repository at this point
Copy the full SHA befc809View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d9d0e - Browse repository at this point
Copy the full SHA a5d9d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b259ba - Browse repository at this point
Copy the full SHA 1b259baView commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3709ea - Browse repository at this point
Copy the full SHA c3709eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab8716 - Browse repository at this point
Copy the full SHA eab8716View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 136b423 - Browse repository at this point
Copy the full SHA 136b423View commit details -
Fixed tests, and simplify error messages.
I did an early return when the tuple check fails, cause the `check_output_impls_into_response` would clutter the error message in this case.
Configuration menu - View commit details
-
Copy full SHA for e6a639d - Browse repository at this point
Copy the full SHA e6a639dView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ebea36 - Browse repository at this point
Copy the full SHA 4ebea36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863d21f - Browse repository at this point
Copy the full SHA 863d21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e87f8f1 - Browse repository at this point
Copy the full SHA e87f8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f40ce - Browse repository at this point
Copy the full SHA c9f40ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bb828 - Browse repository at this point
Copy the full SHA 98bb828View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c3363 - Browse repository at this point
Copy the full SHA b3c3363View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04d3a4 - Browse repository at this point
Copy the full SHA f04d3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1439d03 - Browse repository at this point
Copy the full SHA 1439d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84638df - Browse repository at this point
Copy the full SHA 84638dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e06f2 - Browse repository at this point
Copy the full SHA 40e06f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e51a1 - Browse repository at this point
Copy the full SHA 80e51a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0750e26 - Browse repository at this point
Copy the full SHA 0750e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44402d5 - Browse repository at this point
Copy the full SHA 44402d5View commit details -
Update axum-macros/src/debug_handler.rs
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for e9adb82 - Browse repository at this point
Copy the full SHA e9adb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae6972 - Browse repository at this point
Copy the full SHA 0ae6972View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.