5 Direct Mode

Contents of this section

WebKit provides the main shell of your CGI application. You don't call WebKit; it calls you. WebKit hands CGI input to your program in an array and receives CGI output on standard output (stdout). You need to create a function called webkitmain (aEnv, aForm), which is executed each time a user selects the link to your WebKit program.

This function must have the following characteristics:

Next Chapter, Previous Chapter

Table of contents of this chapter, General table of contents

Top of the document, Beginning of this Chapter