src/inc/cheapcgi.h 1.65
1.65 2009/04/29 19:38:27 mikep
accessor for content_length request header
Index: src/inc/cheapcgi.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/cheapcgi.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -B -U 4 -r1.64 -r1.65
--- src/inc/cheapcgi.h 29 Apr 2009 18:18:44 -0000 1.64
+++ src/inc/cheapcgi.h 29 Apr 2009 19:38:27 -0000 1.65
@@ -54,8 +54,11 @@
char *cgiRequestUri();
/* Return CGI REQUEST_URI */
+char *cgiRequestContentLength();
+/* Return HTTP REQUEST CONTENT_LENGTH if available*/
+
char *cgiScriptName();
/* Return name of script so libs can do context-sensitive stuff. */
char *cgiServerName();