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

Enhance APIs #69

Merged
merged 22 commits into from
Dec 19, 2017
Merged

Enhance APIs #69

merged 22 commits into from
Dec 19, 2017

Conversation

pepegar
Copy link
Owner

@pepegar pepegar commented Dec 2, 2017

introduce a new Entity datatype, representing the HTTP entity of HTTP requests and responses. It has implication in codecs (they don't encode/decode to/from strings anymore) and Interpreters.

This PR will open the door to different types of entities handled differently for example streaming entities that materialize to Stream[F, Array[Byte]], bytearray entities Array[Byte], etc.

@antonkulaga
Copy link
Contributor

Very good improvement, esp. on ScalaJS side. Hope you will publish new version soon...

@pepegar
Copy link
Owner Author

pepegar commented Dec 20, 2017 via email

@pepegar pepegar added this to the 0.8.0 milestone Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants