eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.61k stars 751 forks source link

Multi-part support #230

Open aksnzhy opened 6 years ago

aksnzhy commented 6 years ago

Does SwS support multi-part data transfer? Or how I can use 3rd-party lib to do this in SwS?

eidheim commented 6 years ago

Does this issue help you: #29 ?