mrtazz / restclient-cpp

C++ client for making HTTP/REST requests
http://code.mrtazz.com/restclient-cpp/
MIT License
1.57k stars 377 forks source link

POST Multipart-Form #88

Open rtipnis opened 7 years ago

rtipnis commented 7 years ago

Using this library for simple gets/posts/puts and it works a-ok.

However, was looking to do a multipart form post upload of an image file to the server using this. Not sure if this support is available here (or is a todo). Thanks in advance.

zealinux commented 7 years ago

@rtipnis is the library available to support multipart-form now?

mudaliaraditya commented 4 years ago

is anyone working on this?

mrtazz commented 4 years ago

not currently there are 2 inactive PRs that are somewhat related with some prior art https://github.com/mrtazz/restclient-cpp/pull/139 https://github.com/mrtazz/restclient-cpp/pull/69