aboutsummaryrefslogtreecommitdiffstats
path: root/curl-wrap.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Documentate, formating, linting.Romain Forlot1-2/+0
Change-Id: Id77b9de1b847ca26133abd87511de4e78c7d01f7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-05-04Add new function to retrieve HTTP response codeRomain Forlot1-0/+2
Change-Id: I1d01c95d6418646ef9d2f8f4b07210a33b10c117 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-05-04POST using unescaped argumentsRomain Forlot1-2/+8
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-04-03Adds a CURL wrapper library to help using libcurlRomain Forlot1-0/+45
Change-Id: If73bab16a5d4a5258f730c599630bd5fa8e5684f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>