RE: New user
"Sinha, Raj \(Raj\)" <[email protected]> Mon, 16 May 2005 11:46:45 -0400
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <8CA1128D59AD27429985B397118CEDDF055148FB@nj7460avexu1.global.avaya.com> |
Look at examples in http://www.w3.org/Library/Examples/ Specially showxml.c (there are other ex too) if you want to "examine data as it comes in" Or Load a document and headers into memory (chunk.c) "If you want to download data and the examine it" Raj Sinha | -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Robertson, Ezban Sent: Tuesday, May 10, 2005 2:40 PM To: [email protected] Subject: New user Hi, I'm new to this library and I've been trying to learn how to request a url from which I stream myself come data. Can anyone help in this area? I couldn't find any examples of it. Basically, I have a server from which I can request a single data or a continuous stream of data. I would like to make a request that will remain open while I grab the data as it comes and examing it. Help anyone? Thanks.