From: Daniel Gruno Date: Tue, 10 Apr 2012 08:39:19 +0000 (+0000) Subject: Fix a "typo" and add a link to the request_rec structure defs. X-Git-Tag: 2.5.0-alpha~7219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a4900af32ceeb95d9b40f19ea5042c8160fc895;p=apache Fix a "typo" and add a link to the request_rec structure defs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311637 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 780d3ca218..0604fb84ef 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -262,7 +262,7 @@ struct, typically just refered to as r in modules, contains all the your module to fully process any HTTP request and respond accordingly.

Some key elements of the request_req structure are:

A complete list of all the values contained with in the request_req structure can be found in the httpd.h header -file or at [insert link here]. +file or at http://ci.apache.org/projects/httpd/trunk/doxygen/structrequest__rec.html.

Let's try out some of these variables in another example handler:
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 94717e5a25..a877c0f4f4 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -260,7 +260,7 @@ struct, typically just refered to as r in modules, contains all the your module to fully process any HTTP request and respond accordingly.

Some key elements of the request_req structure are:

A complete list of all the values contained with in the request_req structure can be found in the httpd.h header -file or at [insert link here]. +file or at http://ci.apache.org/projects/httpd/trunk/doxygen/structrequest__rec.html.

Let's try out some of these variables in another example handler: