Skip to content

how do Response File stream #572

Answered by robjtede
bouyeijiang asked this question in Q&A
Discussion options

You must be logged in to vote

Use NamedFile in actix-files crate.

async fn handler() -> web::Either<web::Json<XX>, NamedFile>> {

// or

async fn handler() -> web::Either<HttpResponse, NamedFile>> {
  ...
  Either::Left(HttpResponse::Ok().json(xx))

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by robjtede
Comment options

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

Comment options

You must be logged in to vote
0 replies
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