aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-05 23:02:46 +0000
committerswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-05 23:02:46 +0000
commit1eb98693ddf874f97953aaf17ce933f34a6f0ead (patch)
treee1f8a2e76e0049afe31550695b0c949b65081cb5 /doc
parent4ef6de9fdeb4efdbc3630fdfd31682b8fcdd741d (diff)
Changed HTTPD function names in exported header files to be in better
conformance with Cactus standards: From To ---- -- HTTP_Send_OK_Header HTTP_SendOKHeader HTTP_Send_OK_Refresh_Header HTTP_SendOKRefreshHeader HTTP_Major_Version HTTP_MajorVersion HTTP_Minor_Version HTTP_MinorVersion HTTP_Arg_Name HTTP_ArgName git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@200 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'doc')
-rw-r--r--doc/Content.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Content.txt b/doc/Content.txt
index 1149ea9..a30f83f 100644
--- a/doc/Content.txt
+++ b/doc/Content.txt
@@ -79,7 +79,7 @@ A web page is typically generated in the following sequence.
The HTTP connection has already been established and saved in the httpRequest
pointer, and a String instance 'message' has been created.
- 0) HTTP_Send_OK_Header( httpRequest )
+ 0) HTTP_SendOKHeader( httpRequest )
1a) HTTP_SetDoctype( message );
1b) HTTP_SendString( httpRequest, message );
2) HTTP_Send( httpRequest, "<html><head>\n" );