POST using unescaped arguments 03/13803/9
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 4 Apr 2018 16:53:56 +0000 (18:53 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 4 May 2018 12:59:54 +0000 (14:59 +0200)
commit61c01cc4bb615337ee0591fea987eb6bee83a78e
tree0b51db320d76c3abbef4018cc269983239babc47
parent27c0ffd6e475eba00aa8883a822a841a4555cf2d
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