Annotation of libwww/Library/src/WWWMIME.html, revision 2.3

2.1       frystyk     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>Declaration of W3C Reference MIME MODULE</TITLE>
2.3     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  1-Feb-1996 -->
2.1       frystyk     5: <NEXTID N="z11">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Declaration of W3C Reference MIME MODULE</H1>
                     10: 
                     11: <PRE>
                     12: /*
                     13: **     (c) COPYRIGHT MIT 1995.
                     14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
2.3     ! frystyk    18: This is the module for basic RFC822/MIME parsing that can be used
2.1       frystyk    19: together with the core of the W3C Reference Library. It contains all
                     20: MIME specific modules which are required to compile and build the MIME
                     21: DLL.<P>
                     22: 
                     23: <PRE>
                     24: #ifndef WWWMIME_H
                     25: #define WWWMIME_H
                     26: </PRE>
                     27: 
                     28: <H2>Library Includes</H2>
                     29: 
                     30: <PRE>
                     31: #ifdef __cplusplus
                     32: extern "C" { 
                     33: #endif
                     34: </PRE>
                     35: 
                     36: <PRE>
                     37: #include "HTMIME.h"                    /* MIME response parser */
2.2       frystyk    38: #include "HTMIMERq.h"                  /* MIME request generator */
2.1       frystyk    39: #include "HTBound.h"                   /* Multipart MIME parser */
                     40: #include "HTMulpar.h"                  /* Multipart MIME generator stream */
                     41: #include "HTHeader.h"                  /* Extra Header parser and generator */
                     42: </PRE>
                     43: 
                     44: End of MIME module
                     45: 
                     46: <PRE>
                     47: #ifdef __cplusplus
                     48: } /* end extern C definitions */
                     49: #endif
                     50: 
                     51: #endif
                     52: </PRE>
                     53: 
                     54: End of WWWMIME API definition
                     55: 
                     56: </BODY>
                     57: </HTML>

Webmaster