Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.93k stars 377 forks source link

MULTIPART message #546

Open horchi opened 3 months ago

horchi commented 3 months ago

Is there an way of parsing a MULTIPART message with the restbed API, or do I have to parse the individual parts and form parameters from the BODY myself?