From 572732fd4437f743a50445440e33d391d9c9d15a Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sat, 18 Apr 2015 23:12:04 -0500 Subject: [PATCH] Add sample file with a form using method POST --- http/post.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 http/post.html diff --git a/http/post.html b/http/post.html new file mode 100644 index 0000000..68bebd5 --- /dev/null +++ b/http/post.html @@ -0,0 +1,10 @@ + +Post +

Post

+This form uses POST method which is not supported by nodemcu-httpserver.
+You should get an error when you submit. +
+ Whatever:
+ +
+