Re: library(http/http_client) with https URLs
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 07/18/2013 02:47 PM, Michael Hendricks wrote: > Thanks. For this particular project, I'll probably just hack something > together with library(process) on top of /usr/bin/curl. In the long > term, my list of packs to write includes full bindings to libcurl. That > library is so solid it seems like the right way to go. That might make sense. For your particular problem though, using library(process) also merely gets you a stream, which is exactly what http_open/3 gives you. I don't really get the point, unless there is some feature that http_open/3 doesn't do. It should be happy to do HTTP, HTTPS, redirects, authentication and proxies. Cheers --- Jan