POST using unescaped arguments
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 4 Apr 2018 16:53:56 +0000 (18:53 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commit16377de92c254202ab62d4118f94014ced06af14
tree0b51db320d76c3abbef4018cc269983239babc47
parentc4adbcb905dc37e4d8773cea6a77cbec3e1a02f8
POST using unescaped arguments

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>
curl-wrap.c
curl-wrap.h
escape.c
escape.h