You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: