summaryrefslogtreecommitdiffstats
path: root/escape.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13POST using unescaped argumentsRomain Forlot1-1/+2
Add the ability to make a POST request without urlencode the arguments. This will only concatenate them instead. You can also specify the used separator. Change-Id: Icb61a5a20771a89e89159132365d86ee4c982d1c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Adds a CURL wrapper library to help using libcurlRomain Forlot1-0/+23
Change-Id: If73bab16a5d4a5258f730c599630bd5fa8e5684f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>