Handle POST requests
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>Hello, World!</title>
|
||||
</head>
|
||||
<body>
|
||||
Hello, Warp!
|
||||
<form action="name" method="post">
|
||||
<input name="name" type="text">
|
||||
<input type="submit" value="Set Name">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user