Update basics.md

This commit is contained in:
Javier Velilla
2018-09-27 16:22:20 -03:00
committed by GitHub
parent 5e928b9a47
commit 8754c2d67d

View File

@@ -111,7 +111,7 @@ The **APPLICATION_EXECUTION** class inherits from **WSF_EXECUTION** interface,
In the **APPLICATION_EXECUTION** class class you will need to implement the **execute** feature, get data from the request *req* and write the response in *res*.
![Execution Hierarchy](../APPLICATION_EXECUTION.png "Application Execution ")
![Execution Hierarchy](https://raw.githubusercontent.com/EiffelWebFramework/EWF/master/docs/workbook/basics/APPLICATION_EXECUTION.png "Application Execution ")
The WSF_EXECUTION instance, in this case ```APPLICATION_EXECUTION``` is created per request, with two main attributes request: ```WSF_REQUEST``` and response: ```WSF_RESPONSE```.