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

Add Either{2..8} to axum-extra #1263

Merged
merged 7 commits into from
Aug 17, 2022
Merged

Add Either{2..8} to axum-extra #1263

merged 7 commits into from
Aug 17, 2022

Conversation

davidpdrsn
Copy link
Member

This adds Either{2..8} types which combines extractors and responses into a single type. They serve a similar purpose as #1170 but are a bit more low level.

axum-extra/src/either.rs Outdated Show resolved Hide resolved
axum-extra/src/either.rs Outdated Show resolved Hide resolved
axum-extra/src/either.rs Outdated Show resolved Hide resolved
axum-extra/src/either.rs Outdated Show resolved Hide resolved
axum-extra/src/either.rs Outdated Show resolved Hide resolved
axum-extra/src/either.rs Show resolved Hide resolved
axum-extra/src/either.rs Show resolved Hide resolved
davidpdrsn and others added 4 commits August 17, 2022 09:56
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
@davidpdrsn davidpdrsn enabled auto-merge (squash) August 17, 2022 08:22
@davidpdrsn davidpdrsn merged commit e22f6f9 into main Aug 17, 2022
@davidpdrsn davidpdrsn deleted the either branch August 17, 2022 08:57
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.

2 participants