#include "config.h"#include <stdio.h>#include <GetOpt.h>#include <string>#include "AISConnect.h"#include "Response.h"#include "StdinResponse.h"

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| bool | read_data (FILE *fp) |
| void | usage (string name) |
Variables | |
| int | dods_keep_temps |
| const char * | version = CVER " (" DVR " DAP/" DAP_PROTOCOL_VERSION ")" |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 147 of file getdap.cc.
References DBG, dods_keep_temps, HTTPConnect::fetch_url(), Error::get_error_message(), Connect::get_protocol(), Connect::get_version(), RCReader::instance(), Connect::is_local(), DDS::print(), DAS::print(), DDS::print_xml(), read_data(), Connect::read_data(), Connect::read_data_no_mime(), Connect::request_das(), Connect::request_data(), Connect::request_dds(), Connect::request_ddx(), Connect::request_protocol(), HTTPConnect::set_accept_deflate(), Connect::set_accept_deflate(), DDS::transfer_attributes(), Connect::URL(), usage, and version.

| int dods_keep_temps |
Definition at line 70 of file HTTPConnect.cc.
Referenced by main(), and HTTPResponse::~HTTPResponse().
| const char* version = CVER " (" DVR " DAP/" DAP_PROTOCOL_VERSION ")" |
1.5.4