http_read_data
Josef Frydl <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Please help, I can not figure out a usage of http_read_data in the client side.
This is what I think I should do:
open('res.html', read, S)
http_open('http://www.google.com/search?hl=en&as_q=something', In, [])
http_read_data(???, Data, [input(In), output(S)])……............
But I can not figure out what is the first argument. Doc says parsed header. How do I get it that parsed header.
Or is there any single example of usage?.
Thanks Josef Frydl
-------------- next part --------------
HTML attachment scrubbed and removed