#include <BESDataRequestInterface.h>
Public Attributes | |
const char * | server_name |
name of server running Apache server | |
const char * | server_address |
not used | |
const char * | server_protocol |
protocol of the request, such as "HTTP/0.9" or "HTTP/1.1" | |
const char * | server_port |
TCP port number where the server running Apache is listening. | |
const char * | script_name |
uri of the request | |
const char * | user_address |
remote ip address of client machine | |
const char * | user_agent |
information about the user agent originating the request, e.g. Mozilla/4.04 (X11; I; SunOS 5.4 sun4m) | |
const char * | request |
BES request string. | |
const char * | cookie |
server cookies set in users browser | |
const char * | token |
session token passed in URL |
const char* _BESDataRequestInterface::cookie |
server cookies set in users browser
Referenced by BESApacheInterface::initialize(), and opendap_handler().
const char* _BESDataRequestInterface::request |
BES request string.
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::script_name |
uri of the request
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::server_address |
not used
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::server_name |
name of server running Apache server
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::server_port |
TCP port number where the server running Apache is listening.
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::server_protocol |
protocol of the request, such as "HTTP/0.9" or "HTTP/1.1"
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::token |
const char* _BESDataRequestInterface::user_address |
remote ip address of client machine
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().
const char* _BESDataRequestInterface::user_agent |
information about the user agent originating the request, e.g. Mozilla/4.04 (X11; I; SunOS 5.4 sun4m)
Referenced by BESApacheInterface::initialize(), opendap_handler(), and BESApacheInterface::validate_data_request().