Chunked request

Currently, the client objects in Sparkle (TXDataClient, THttpClient) do not send data in chunks to the server. Everything is set in memory and then sent to the server.
It would be great to send chunked requests to the XData-Server (it works great with chunked responses).