-
set_mime_text
- Set the MIME type to text.
-
void set_mime_text(FILE *out, ObjectType type = unknown_type, EncodingType enc = x_plain)
-
-
set_mime_binary
- Create MIME headers for binary data.
-
void set_mime_binary(FILE *out, ObjectType type = unknown_type, EncodingType enc = x_plain)
-
-
set_mime_error
- Set the MIME text type to ``error.''
-
void set_mime_error(FILE *out, int code = HTERR_NOT_FOUND, const char *reason = "Dataset not found")
-
alphabetic index hierarchy of classes
generated by doc++