# EWF Workbook ##### Table of Contents * [EWF Core](#core) * [EWF Introduction](#introduction) * [Handling Requests: Form/Query Parameter](#form_query_parameters) * [Handling Requests: Header Fields](#header_fields) * [Generating Responses](/workbook/generating_response/generating_response.md) * [Handling Cookies](/workbook/handling_cookies/handling_cookies.md) * # EWF Core Before reading (or walking throught) the workbook, to get a quick overview of EWF, it is recommended to read the following articles: * [Getting Started with EWF](http://eiffelwebframework.github.io/EWF/getting-started/) * [EWF Documentation](http://eiffelwebframework.github.io/EWF/wiki/Documentation/) * [EWF Application Lifecyle](https://github.com/EiffelWebFramework/ewf_examples/wiki/Application-Lifecycle) ## Introduction [Basic Concepts] (/workbook/basics/basics.md). ## Handling Requests: Form/Query Parameter [Handling Requests: Form/Query Parameter] (/workbook/handling_request/form.md). ## Handling Requests: Header Fields [Handling Requests: Header Fields](/workbook/handling_request/headers.md). ## Generating Response [Generating Responses](/workbook/generating_response/generating_response.md) ## Handling Cookies [Handling Cookies](/workbook/handling_cookies/handling_cookies.md)