C
C
calculator2122021-09-30 17:30:49
C++ / C#
calculator212, 2021-09-30 17:30:49

What libraries are there to extract data from the body of a post overgrowth?

For web application I use restsdk c++. I get the request body like this

body

----------------------------380661382352971148260321
Content-Disposition: form-data; name="image"; filename="alberto.jpg"
Content-Type: image/jpeg
...
////data/////
...
----------------------------380661382352971148260321--

I don’t really want to write my parser, because. most likely there are already ready-made solutions and I think it's worth taking a closer look at them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Stepanov, 2021-10-08
@sistux

For most things, Poco libraries can work: https://pocoproject.org/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question