Updated workbook doc with wsf_html.

This commit is contained in:
Jocelyn Fiat
2017-02-14 19:41:07 +01:00
parent 1df1c191d5
commit 68ed91f2c0
4 changed files with 252 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Nav: [Workbook](../../workbook) :: [Basic Concepts](../../basics/basics) :: [Han
An HTML Form can handle `GET` and `POST` requests.
When we use a form with method `GET`, the data is attached at the end of the url for example:
>http://wwww.example.com?key1=value1&...keyn=valuen
>http://wwww.example.com/?key1=value1&...keyn=valuen
If we use the method `POST`, the data is sent to the server in a different line.