view src/luan/webserver/examples/post.html @ 1144:ae0a048f3bc7

webserver - handle POST params
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 31 Jan 2018 00:29:50 -0700
parents
children 5dbb552075ff
line wrap: on
line source

<!DOCTYPE html>
<html>
	<body>
		<form action=/params method=post>
			<p>a <input name=a></p>
			<p>b <input name=b></p>
			<p><input type=submit></p>
		</form>
	</body>
</html>