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

Allow to change the Http2FrameConnection implementation #5

Closed
lucasdicioccio opened this issue Aug 13, 2017 · 0 comments
Closed

Allow to change the Http2FrameConnection implementation #5

lucasdicioccio opened this issue Aug 13, 2017 · 0 comments

Comments

@lucasdicioccio
Copy link
Member

We should enable the customization of Http2FrameConnection (which per-frame communications with the server). We need one indirection to pick the implementation a user wants. This will have a number of benefit:

  • support clear-text HTTP2 for people who want that
  • allow to unit test the upper and difficult layers by simulating servers
  • allow to customize clients with a middlewares (e.g., for logging)
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