nickel 0.8.1

An express.js inspired web framework
1
2
3
4
5
6
7
8
9
10
<html>
<head>
</head>
<body>
<form action="http://localhost:6767/non-json/post/request" method="POST">
<input name="foo" type="text"> Foo </input>
<input name="bar" type="checkbox"> bar </input>
</form>
</body>
</html>