Table of Contents Previous Section

Summary

How is the request-response loop started?

The request response loop is started in the main() function with the WOApplicationAdaptor method runWithApplication:.

What request-response loop hooks can you implement?

There are three types of hooks into the request-response loop:

You can participate in the request-response loop by implementing any of the hooks provided.

What you can use the hooks for?

The following list summarizes common uses of the request-response loop hooks: