logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mime.h - MIME document abstractions.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                                       mime.h(3)

Detailed Description

       MIME document abstractions.

Name

       mime.h - MIME document abstractions.

Synopsis

       #include <cc++/config.h>
       #include <cc++/socket.h>

   Classes
       class ost::MIMEMultipart
           A container class for multi-part MIME document objects which can be streamed to a std::ostream
           destination.
       class ost::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.
       class ost::MIMEItemPart
           This is used to attach an item part to a MIME multipart document that is being streamed.
       class ost::MIMEFormData
           This is a document part type for use in submitting multipart form data to a web server.

   NamespacesostVariables
       class __EXPORTost::MIMEMultipart
       class __EXPORTost::MIMEItemPart

See Also