add by hand http send example 05/3105/1
authorAndy Green <andy.green@linaro.org>
Thu, 14 Feb 2013 15:06:37 +0000 (23:06 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:36 +0000 (13:01 -0800)
commit17c65ad0353b07cc02ce22cae7e75301b2dc46d8
treeda9adcf9622a1d996a16551bcf44707d4f9c9ffa
parent67236441fb1c5c1b50aa4539f326447fa78b9b53
add by hand http send example

This adds a demonstration of how to use the http nonblocking
send action to the test server.

If you ask for /leaf.jpg from the test server, it will send
"by hand" a 2.4MB jpeg in HTTP, including the headers.  See
the test server sources to see how it is done.

Although it's a file, and a jpeg image, actually the exact
same scheme will work for any data or mime type.

Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/Makefile.am
test-server/leaf.jpg [new file with mode: 0644]
test-server/test-server.c
test-server/test.html