-/* $Id: httpd.js,v 1.40 2005/07/09 08:07:55 mmondor Exp $ */
+/* $Id: httpd.js,v 1.41 2005/07/09 08:23:07 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.40 2005/07/09 08:07:55 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.41 2005/07/09 08:23:07 mmondor Exp $';
obj.addNoCacheHeaders();
/* XXX Add other objects to export as necessary */
- obj._GET = this.http_vars_get;
- obj._POST = this.http_vars_post;
- obj._COOKIES = this.http_vars_cookies;
- obj._SESSION = this.http_vars_session;
+ obj.get = this.http_vars_get;
+ obj.post = this.http_vars_post;
+ obj.cookie = this.http_vars_cookies;
+ obj.session = this.http_vars_session;
/*
* Check if object in our cache already and file not modified