Updated Request and response (markdown)

This commit is contained in:
oligot
2013-09-04 04:59:14 -07:00
parent 718c0af085
commit 0d8090b6f4

View File

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