--- parser3/src/include/pa_request.h 2001/03/24 15:57:59 1.69 +++ parser3/src/include/pa_request.h 2001/03/29 08:28:03 1.72 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.69 2001/03/24 15:57:59 paf Exp $ + $Id: pa_request.h,v 1.72 2001/03/29 08:28:03 paf Exp $ */ #ifndef PA_REQUEST_H @@ -59,6 +59,7 @@ public: const char *content_type; size_t content_length; const char *cookie; + const char *user_agent; }; Request(Pool& apool, @@ -154,6 +155,10 @@ public: /// $cookie: VCookie cookie; + /// $MAIN:MIME-TYPES + Table *mime_types; + Table *html_typo_table; + /// contexts Value *self, *root, *rcontext; /// contexts