image image Home   About   Downloads   Support   Links   Contact  
image

IntraWeb
» Feature Matrix
» What's new in IntraWeb
» Blog
» Downloads
» Test Releases
» IntraWeb for Free

Resources
» Atozed Purchase Point
» IntraWeb Demos
» Documentation
» Bundled Key Request
» FAQ
» Articles
» Books
» Support
» Archived Versions

What others say
» Case Studies
» Magazine Reviews
» User Quotes






Copyright
2002 - 2012
Atozed Computer
Software Ltd.

image
Buy Online   Download Support  FAQ
Atozed Home  »  IntraWeb  »  IntraWeb Blog

XII - New class TIWHttpRequest

11/21/2011

As part of the IntraWeb enhancements, we have a new TIWHttpRequest class.

This new class is a complete replacement for the TWebRequest class. One of the goals for the class replacement is to eliminate IntraWeb's Web Broker dependency, which opens new possibilities for IntraWeb, as to unify project types (Stand Alone Server / ISAPI) as well new ways of hosting your IntraWeb application.

Other important point is that it also dramatically reduces memory requriements for your IntraWeb applications.

How does it affects your application

There is no big impact in your application and the transiction is very simple.

procedure TIWServerController.IWServerControllerBaseAfterDispatch(Request: TIWHttpRequest; aReply: TIWHttpReply);
begin
  // do something;
end;

What you need to do is:

  • Replace occurences of TWebRequest with TIWHttpRequest
  • Add the unit IWHttpRequest to your uses clause.

<< Previous Entry    Next Entry >>



Comments:

-- No Comments --

Post a comment