post example in test server
authorAndy Green <andy@warmcat.com>
Mon, 25 Apr 2016 02:04:49 +0000 (10:04 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 25 Apr 2016 02:04:49 +0000 (10:04 +0800)
commitf79534e0a4ae526c934cea3f6a580a9e085e6d03
treed547be12ec4395d7ba8a4bdcaadbd082d371fd16
parent24208879ce5519cf1466a2f5e690f8fd952de9b7
post example in test server

https://github.com/warmcat/libwebsockets/issues/501

This demonstrates how to do a 303 redirect on POST and provide
the results there, in both libwebsockets-test-server and the
plugin version.

Signed-off-by: Andy Green <andy@warmcat.com>
lib/header.c
lib/libwebsockets.h
lib/server.c
lwsws/http.c
lwsws/lwsws.h
test-server/test-server-http.c
test-server/test-server.h
test-server/test.html