Files
EWF/wiki/documentation/Request-and-response.md
2016-05-27 10:43:40 +02:00

14 lines
329 B
Markdown

---
layout: default
title: Request and response
base_url: ../../../
---
# Request
The class _WSF_REQUEST_ can be used to access data related to the HTTP request.
**TODO**: describe the request interface
# Response
The class _WSF_RESPONSE_ is the media to send data back to the client.
**TODO**: describe the response interface