examples/http: support option parameters
authorEunBong Song <eunb.song@samsung.com>
Thu, 25 May 2017 10:40:58 +0000 (19:40 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 01:26:56 +0000 (10:26 +0900)
commit086f9c5700287375b7d19f7e7e11ea6264372516
tree8cf19046a842b1e3c69fd6909b778925b886d827
parentdb1b9da0de57515444a43fa13de9d754da0dd700
examples/http: support option parameters

Now that webclient supports option parameters input.

* Webclient usage.
   . webclient GET http://127.0.0.1/ async=1
   . webclient PUT https://127.0.0.1/ async=1 entity=senddata

* Options
   . async=1          : Enable asynchronous mode (default is synchronous)
   . chunked=1        : Enable chunked encoding (default is disabled)
   . entity=DATA      : Input entity data (default is NULL)
   . test_entity=SIZE : Input test entity dummy data (default is 0)

Change-Id: I074a74507c72813621617731cd9215071cb7b461
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
apps/examples/webclient/README.txt
apps/examples/webclient/webclient_main.c
apps/examples/webserver/webserver_main.c
apps/include/netutils/webclient.h