#include <unistd.h>
#include <iostream>
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "http_main.h"
#include "util_script.h"
#include "util_md5.h"
#include "BESDataRequestInterface.h"
#include "BESApacheWrapper.h"
Include dependency graph for mod_opendap.cc:
Functions | |
char * | ltoa (long val, char *buf, int base) |
static int | util_read (request_rec *r, const char **rbuf) |
static int | header_trace (void *data, const char *key, const char *val) |
static void | list_headers (request_rec *r) |
static int | opendap_handler (request_rec *r) |
Variables | |
static handler_rec | opendap_handlers [] |
module MODULE_VAR_EXPORT | opendap_module |
static int header_trace | ( | void * | data, | |
const char * | key, | |||
const char * | val | |||
) | [static] |
static void list_headers | ( | request_rec * | r | ) | [static] |
char* ltoa | ( | long | val, | |
char * | buf, | |||
int | base | |||
) |
static int opendap_handler | ( | request_rec * | r | ) | [static] |
static int util_read | ( | request_rec * | r, | |
const char ** | rbuf | |||
) | [static] |
handler_rec opendap_handlers[] [static] |
Initial value:
{ {"opendap-handler", opendap_handler}, {NULL} }
module MODULE_VAR_EXPORT opendap_module |
Initial value:
{ STANDARD_MODULE_STUFF, NULL, NULL, NULL, NULL, NULL, NULL, opendap_handlers, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }