Skip to content

How to write a view function which could return different types of Responses(like either an empty 400 or a redirect)? #2015

Answered by link2xt
farooqkz asked this question in Q&A
Discussion options

You must be logged in to vote

The function should return Response. See an example here of how to convert both types of responses to a common type: https://docs.rs/axum/0.6.18/axum/response/index.html#returning-different-response-types

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@farooqkz
Comment options

Answer selected by farooqkz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants