add by hand http send example
authorAndy Green <andy.green@linaro.org>
Thu, 14 Feb 2013 15:06:37 +0000 (23:06 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 14 Feb 2013 15:24:07 +0000 (23:24 +0800)
commitfbf48227b3b00ec091defab379b541d1dc99cbee
tree0a46125480c9ec8d745afe3915922633426f44a8
parente803c82044c16bfdace47dd4c9ab45ff42dafeb3
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