Maxime BELUGUET
|
811ef62c6f
|
Fix constness on json dump method #133
|
2021-05-18 18:10:39 +02:00 |
|
The-EDev
|
33f1206571
|
made json a returnable type and removed json specific code
|
2021-01-05 17:49:10 +03:00 |
|
The-EDev
|
ed2a7ae0e0
|
Added returnables class and applied to multipart
did not apply to JSON because it caused a linker error
also changed the version of boost required in CMAKE
|
2020-12-18 12:28:37 +03:00 |
|
Eero Pajarre
|
5fe3a45793
|
Replaced uint with unsigned
uint is not a default type in C++.
Replaced it with unsigned, which should be large enough
|
2020-11-12 15:11:22 +02:00 |
|
The-EDev
|
cb0915901f
|
cleaned up code
|
2020-10-18 03:04:18 +03:00 |
|
The-EDev
|
e06942dfc4
|
added test
funny enough, the test pointed out a mistake i made in the code XD
|
2020-10-18 02:36:39 +03:00 |
|
The-EDev
|
b49d52e78b
|
Added basic multipart data structure
Including methods to generate multipart message from request
|
2020-10-18 01:34:58 +03:00 |
|