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

Content Types #200

Merged
merged 11 commits into from
Aug 12, 2023
Merged

Content Types #200

merged 11 commits into from
Aug 12, 2023

Conversation

oscartbeaumont
Copy link
Member

@oscartbeaumont oscartbeaumont commented Jul 23, 2023

Successor of failed approach of #199

Work:

  • Using futures joiners within resolver layer traits
  • Refactor StreamOrFut and its sub-futures together - This ends up being hard cause Future vs Stream
  • Replacing Stream with custom trait
  • Solution for batch decoding using framing -> working w/ Typescript
  • Solution for batch encoding using framing -> working w/ Typescript
  • Introduce ContentType & ContentTypes trait + generics based on Rspc
  • Using custom enum for Poll so custom values can be yielded through the chain (both up and down)
  • Remove the input: Value arg through layer system

closes #173

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.

Streaming with batching
1 participant