socketry / async-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client: streaming upload

pschrammel opened this issue · comments

Hi,

can the http client stream the body of a POST request? The idea is to write a proxy like server which posts each chunk it receives to another server. The server side is clear to me but the client seems to lack some functionality.

Thx

Yes, this gem supports full bi-directional streaming on both the client and server.