Skip to content

Support Streaming Requests #34

@alecjacobs5401

Description

@alecjacobs5401

Currently, this gem provides for the ability for asynchronous HTTP2 requests, but does now allow for maintaining a single HTTP2 requests that makes full usage of the bidirectional streaming capabilities of HTTP2.

When we open the stream connection and start sending data we immediate tell the stream to close.

Certain endpoints that make use of full bidirectional streaming in HTTP2 would require you to authenticate and maintain a streaming connection to send/receive data.

I'm planning on forking the repo and implementing this and would love to commit it back upstream if you feel this is something you would want.

Open to any input on design as well!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions