Perfect, thanks for the explanation! Evan
On 12/30/2014 12:18 PM, John Benediktsson wrote: > Right now support for SSL is optional, you need to do this: > > USE: urls.secure > > That defines the ``>secure-addr`` word. > > Best, > John. > > On Tue, Dec 30, 2014 at 9:08 AM, Evan DiBona <[email protected] > <mailto:[email protected]>> wrote: > > I've run into a problem with making a GET request, and I'm still not > sure if I've made an incorrect assumption or if this is a bug. Either > way the error occurs when I try to make a simple GET request ( http-get > ) to one of these APIs: > "/https://www.bitstamp.net/api/ticker/", > "https://btc-e.com/api/3/ticker/btc_usd" / > > The strange part is that I have been successfully getting data from > bitstamp for a few days. Then I tried the same code with the other and > it would only return this error: > > Generic word >secure-addr does not define a method for the > inet > class. > Dispatching on object: T{ inet f "btc-e.com > <http://btc-e.com>" 443 } > > Sometimes this happens with bitstamp, but it's on and off. Any advice on > this would be greatly appreciated! > > Thanks, > Evan > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, > is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. > Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Factor-talk mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/factor-talk > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > > > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
