Annotation of parser3/src/doc/targets.dox, revision 1.5

1.4       paf         1: /**    @page Targets  Build targets
1.1       paf         2: 
1.5     ! moko        3: Parser has several build targets:
        !             4: - Apache module (universal for 1.3 and 2.X versions) [targets/apache];
        !             5: - CGI script [targets/cgi];
        !             6: - ISAPI extension [targets/isapi].
1.1       paf         7: 
1.4       paf         8: Each target implements pure virtual static SAPI class - an interface of Parser with web-server.
1.1       paf         9: 
1.4       paf        10: At the very beginning an instance of Request object is created, 
                     11: which is passed an Request::Info object with request parameters.
                     12: After that Request::core method is called, which does all request processing.
1.1       paf        13: */

E-mail: