File:  [Public] / libwww / Library / src / HTBound.html
Revision 2.4: download - view: text, annotated - select for diffs
Sun Feb 16 18:42:01 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a, Release-5-1, HEAD
Changed name of sample coed library

<HTML>
<HEAD>
<TITLE>W3C Sample Code Library libwww MIME multipart parser stream</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
<NEXTID N="z1">
</HEAD>
<BODY>

<H1>MIME Multipart Parser Stream</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This stream parses a MIME multipart stream and builds a set of new
streams via the stream stack each time we encounter a boundary start.
We get the boundary from the normal MIME parser via the Request
object. As we keep a local copy this also work for nested
multiparts.<P>

This module is implemented by <A HREF="HTBound.c">HTBound.c</A>, and it is
a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">W3C
Sample Code Library</A>.

<PRE>
#ifndef HTBOUND_H
#define HTBOUND_H
#include "HTFormat.h"

extern HTConverter HTBoundary;

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTBound.html,v 2.4 1997/02/16 18:42:01 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster