Hi,
I am exploring the possibility of using POCO for a C++ based HTTP client and was wondering if there is any way to perform an async HTTP POST request from a client (the server is built using internal tools). The pay load for the POST request is some binary data. I have looked at the online documentation and found nothing to this effect.
Thanks
Sachin





