BESUtil Class Reference

#include <BESUtil.h>

List of all members.

Static Public Member Functions

MIME utility functions
These functions are used to create the MIME headers for a message from a server to a client.

NB: These functions actually write both the response status line and the header.

See also:
DODSFilter


static void set_mime_text (ostream &strm)
 Generate an HTTP 1.0 response header for a text document.
static void set_mime_html (ostream &strm)
static string www2id (const string &in, const string &escape="%", const string &except="")
static string unhexstring (string s)
static string lowercase (const string &s)
static string unescape (const string &s)


Detailed Description

Definition at line 44 of file BESUtil.h.


Member Function Documentation

void BESUtil::set_mime_text ( ostream &  strm  )  [static]

Generate an HTTP 1.0 response header for a text document.

Parameters:
out Write the MIME header to this ostream.

Definition at line 51 of file BESUtil.cc.

References CRLF.

Referenced by BESTextInfo::add_data(), and BESBasicHttpTransmitter::send_text().

void BESUtil::set_mime_html ( ostream &  strm  )  [static]

Definition at line 67 of file BESUtil.cc.

References CRLF.

Referenced by BESHTMLInfo::add_data(), and BESBasicHttpTransmitter::send_html().

string BESUtil::www2id ( const string &  in,
const string &  escape = "%",
const string &  except = "" 
) [static]

This functions are used to unescape hex characters from strings

Definition at line 153 of file BESUtil.cc.

References unhexstring().

Here is the call graph for this function:

string BESUtil::unhexstring ( string  s  )  [static]

Definition at line 141 of file BESUtil.cc.

Referenced by www2id().

string BESUtil::lowercase ( const string &  s  )  [static]

Convert a string to all lower case

Definition at line 169 of file BESUtil.cc.

string BESUtil::unescape ( const string &  s  )  [static]

Unescape characters with backslash before them

Definition at line 181 of file BESUtil.cc.

Referenced by BESDefineCommand::parse_request(), and utilT::run().


The documentation for this class was generated from the following files:
Generated on Sat Jan 19 04:15:34 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4