14 lines
329 B
Markdown
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 |