Newbie question: getting the result of HTPostAnchor in memory
Carl Daniel <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <039301c23f2e$f9128060$0200a8c0@carl2000> |
I'm working from the 'post' sample program. The program eventually calls HTSaveLocally to write the response received from the server after the POST to a file. What do I need to do to get the response in memory (an HTChunk?) instead? I've found where HTSaveLocally is set up as the default stream save handler in HTConverterInit, but I'm not clear what & when I should do instead... -cd