Hi
Currently we support only GET method which does not need http request
body only header is needed to support GET method. With POST we need to
have both header and body parts in HTTP request. So user need to pass
the body part which we can do by implementing one of these methods:
* change g_web_request by adding new string parameter which is the
body.
OR
* Add new api to set http request body g_web_set_body.
OR
Append the body part to the end of url we pass in g_web_request, this
requires change in url_parse function.
Any sugestion on which approach to take or if you have even better way.
Thanks
Mohamed
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman