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

support gzip/deflate requests #1

Open
davidchase opened this issue Mar 1, 2017 · 2 comments
Open

support gzip/deflate requests #1

davidchase opened this issue Mar 1, 2017 · 2 comments
Assignees
Projects

Comments

@davidchase
Copy link
Owner

davidchase commented Mar 1, 2017

support gzip/deflate requests using zlib

@davidchase davidchase created this issue from a note in Roadmap (In Progress) Mar 1, 2017
@davidchase davidchase self-assigned this Mar 1, 2017
@davidchase
Copy link
Owner Author

i think it maybe better to provide as add-on like

const { unzip } = require('zlib')
const unzipStream = fromCb(unzip)
// ...
const f = compose(map(JSON.parse), map(toString), chain(unzipStream))

f(bufferStream)

@davidchase davidchase moved this from In Progress to TODO in Roadmap Mar 3, 2017
@davidchase
Copy link
Owner Author

related to #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant