Files
EWF/wiki/documentation/Request-and-response.md
2015-05-05 12:00:25 +02:00

326 B

layout, title, base_url
layout title base_url
default Request and response ../../

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