Added wsf_html documentation in the doc/workbook.

Also improved the structure of `wsf_html` library.
Added a few widgets.
This commit is contained in:
2017-02-14 19:37:03 +01:00
parent b93cb17f7c
commit 5dc9d82df7
43 changed files with 401 additions and 33 deletions

View File

@@ -7,6 +7,7 @@
* [Handling Requests: Header Fields](#header_fields)
* [Generating Responses](#generating_responses)
* [Handling Cookies](#handling_cookies)
* [Web User Interface](#wui)
* [EWF Deployment](#deployment)
<a name="core"></a>
@@ -39,6 +40,11 @@ Before reading (or walking throught) the workbook, to get a quick overview of EW
## Generating Response
[Generating Responses](./generating_response/generating_response.md)
<a name="wui"></a>
## Web User Interface
[Web User Interface](./wui/readme.md)
<a name="handling_cookies"></a>
## Handling Cookies