Commit caf4e612 authored by titanium007's avatar titanium007

Fix read me

parent ab1fd394
...@@ -90,7 +90,7 @@ Sample request and response event handlers ...@@ -90,7 +90,7 @@ Sample request and response event handlers
//Modify e.ServerResponse //Modify e.ServerResponse
responseHtmlBody = "<html><head></head><body>Response is modified!</body></html>"; responseHtmlBody = "<html><head></head><body>Response is modified!</body></html>";
//Set modifed response Html Body //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