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

Make custom consumers easier to write #42

Open
joeatwork opened this issue Feb 16, 2015 · 0 comments
Open

Make custom consumers easier to write #42

joeatwork opened this issue Feb 16, 2015 · 0 comments

Comments

@joeatwork
Copy link
Contributor

A Consumer-based workaround for #41 will likely require some cut-and-paste code, or referring to private Consumer methods, or both. The whole point of the Consumer architecture is to allow people to write their own custom consumers, and while many of them will ultimately delegate to our consumer, some (like the requests-based backend) will not. Writing a consumer for a different HTTP stack should be a half-page of code at most, and shouldn't duplicate code that is already in the library.

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

No branches or pull requests

1 participant