Processing multipart MIME documents

Where can I find information on using libwww to process multipart MIME
documents? 

Background:
I'm using libwww to process HTTP responses which really should be multipart
MIME documents. The information is part text/plain and part binary
(application/octet-stream). Currently I label the entire document
application/octet-stream, dump it to a single file and separate the two parts
(into two files) using a simple parser I've written myself. What I'd like to
do is configure libwww to perform the separation for me and return two FILE
*s (or something, I'm a little fuzzy here) which my software could then
process. 

I'm using libwww 5.1g on a SparcStation 5, although I doubt that matters for
this question.

Thanks in advance,
James

-- 
__________________________________________________________________________

James Gallagher		         The Distributed Oceanographic Data System
jgallagher@gso.uri.edu                            http://dods.gso.uri.edu/

Received on Tuesday, 10 February 1998 19:12:19 UTC