artemklevtsov Rework boundary parsing for the multipart body (fix #137) (#139)
eefcc76 Apr 9, 2020
Rework boundary parsing for the multipart body (fix #137) (#139)
* Rename C++ exported functions (add cpp_ prefix)

* Change boundary generation for the tests

* Fix boundary parsing and matching

* Add echo demo app

* Add test for the Request$set_id

* Wrap BackendRserve$start with nocov

* Fill Request content-type from headers only if empty (fix tests fail)

* Use ASCII to generate boundary for the tests

* Simulate Rserve behaviour for multipart body in test
eefcc76