#include <BESUtil.h>
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.
| |
static void | set_mime_text (FILE *out) |
Generate an HTTP 1.0 response header for a text document. | |
static void | set_mime_html (FILE *out) |
|
|
|
Generate an HTTP 1.0 response header for a text document.
|