I have created an ISAPI project in Delphi, based off TWebModule.
I would like to unit test the actions that are handled, using the Delphi TestFramework.
The input is a TWebRequest and TWebResponse. My question is, how do I create a TWebRequest and define the content and query fields? These appear to be read only. Do I need to create a mock server protocol to create web requests?