diff --git a/Request-and-response.md b/Request-and-response.md index ddcbc3ef..77ced904 100644 --- a/Request-and-response.md +++ b/Request-and-response.md @@ -1 +1,9 @@ -TODO: describe the request (WSF_REQUEST) and response (WSF_RESPONSE) interface \ No newline at end of file +# 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 \ No newline at end of file