Updated Request and response (markdown)

This commit is contained in:
oligot
2013-09-04 04:59:04 -07:00
parent 5a94264dc0
commit 718c0af085

View File

@@ -1 +1,9 @@
TODO: describe the request (WSF_REQUEST) and response (WSF_RESPONSE) interface
# 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