Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
mime.h File Reference

MIME document abstractions. More...

#include <cc++/config.h>
#include <cc++/socket.h>
Include dependency graph for mime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MIMEMultipart
 A container class for multi-part MIME document objects which can be streamed to a std::ostream destination. More...
 
class  MIMEMultipartForm
 The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method. More...
 
class  MIMEItemPart
 This is used to attach an item part to a MIME multipart document that is being streamed. More...
 
class  MIMEFormData
 This is a document part type for use in submitting multipart form data to a web server. More...
 

Variables

class __EXPORT MIMEMultipart
 
class __EXPORT MIMEItemPart
 

Detailed Description

MIME document abstractions.

Definition in file mime.h.

Variable Documentation

Definition at line 60 of file mime.h.

Definition at line 59 of file mime.h.