--- parser3/src/include/pa_request.h 2006/04/09 13:38:47 1.181 +++ parser3/src/include/pa_request.h 2007/02/17 11:50:19 1.183 @@ -8,7 +8,7 @@ #ifndef PA_REQUEST_H #define PA_REQUEST_H -static const char * const IDENT_REQUEST_H="$Date: 2006/04/09 13:38:47 $"; +static const char * const IDENT_REQUEST_H="$Date: 2007/02/17 11:50:19 $"; #include "pa_pool.h" #include "pa_hash.h" @@ -18,6 +18,7 @@ static const char * const IDENT_REQUEST_ #include "pa_request_info.h" #include "pa_request_charsets.h" #include "pa_sapi.h" +#include "pa_vconsole.h" #ifdef RESOURCES_DEBUG #include @@ -327,6 +328,8 @@ public: VResponse& response; /// $cookie:elements VCookie& cookie; + /// $console + VConsole& console; /// classes configured data Hash classes_conf; @@ -508,6 +511,7 @@ public: #define CONTENT_DISPOSITION_NAME "content-disposition" #define CONTENT_DISPOSITION_VALUE "attachment" +#define CONTENT_DISPOSITION_INLINE "inline" #define CONTENT_DISPOSITION_FILENAME_NAME "filename" #define EXCEPTION_HANDLED_PART_NAME "handled" @@ -519,6 +523,7 @@ extern const String auto_method_name; extern const String body_name; extern const String content_disposition_name; extern const String content_disposition_value; +extern const String content_disposition_inline; extern const String content_disposition_filename_name; extern const String exception_type_part_name;