Files
EWF/Request-and-response.md
2013-09-04 04:59:04 -07:00

9 lines
273 B
Markdown

# Request
The class WSF_REQUEST can be used to access data related to the HTTP request.
TODO: describe the request (WSF_REQUEST) interface
# Response
The class WSF_REQUEST is the media to send data back to the client.
TODO: describe the response (WSF_RESPONSE) interface