comparison 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
comparison
equal deleted inserted replaced
1143:3bf5190b3c77 1144:ae0a048f3bc7
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <form action=/params method=post>
5 <p>a <input name=a></p>
6 <p>b <input name=b></p>
7 <p><input type=submit></p>
8 </form>
9 </body>
10 </html>