Commit b43f7134 authored by justcoding121's avatar justcoding121 Committed by justcoding121

Fix read me

parent 9115e03f
......@@ -90,7 +90,7 @@ Sample request and response event handlers
//Modify e.ServerResponse
responseHtmlBody = "<html><head></head><body>Response is modified!</body></html>";
//Set modifed response Html Body
e.SetRequestHtmlBody(responseHtmlBody);
e.SetResponseHtmlBody(responseHtmlBody);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment