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

View File

@@ -12,6 +12,7 @@ base_url: ../../
* [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>
@@ -44,6 +45,11 @@ Before reading (or walking throught) the workbook, to get a quick overview of EW
## Generating Response
[Generating Responses](../generating_response/generating_response)
<a name="wui"></a>
## Web User Interface
[Web User Interface](../wui/readme)
<a name="handling_cookies"></a>
## Handling Cookies