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

Streamed Request Body #199

Closed
wants to merge 2 commits into from
Closed

Streamed Request Body #199

wants to merge 2 commits into from

Conversation

oscartbeaumont
Copy link
Member

@oscartbeaumont oscartbeaumont commented Jul 22, 2023

This is dumb and stupid but might actually work, darn it.

Fix:

  • Lifetimes with middleware -> Axum example
  • Arg mapper MW
  • Unit tests compiling
  • How to batch execute???? -> Maybe some form of framing system?
  • Extract the body from the stream
  • Remove the input: Value arg and use body instead

@oscartbeaumont
Copy link
Member Author

Doing the body by reference just can't work with middleware ref but maybe we can do some async magic with the executor.

@oscartbeaumont oscartbeaumont mentioned this pull request Jul 23, 2023
8 tasks
@oscartbeaumont
Copy link
Member Author

Superseded by #200

@oscartbeaumont oscartbeaumont deleted the streamed-body branch July 26, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant