[osg-users] Bypassing the use of the CURL plugin for all http requests

2008-12-17 Thread Jason Beverage
Hi Robert, Is there a way to bypass the use of the CURL plugin for all http requests? For most cases this is nice, but I'm working on a few plugins where it would be very beneficial to simply have the full URL passed in so that I can deal with it myself rather than having CURL try to download the

Re: [osg-users] Bypassing the use of the CURL plugin for all http requests

2008-12-17 Thread Robert Osfield
Hi Jason, The only way I can think of right now to bpass the http/curl mechanism in the Registry would to have Registry::ReadFileCallback that catches the reads and then passes it to your custom code on demand. This behaviour is something that really should be configurable in a so that one can

Re: [osg-users] Bypassing the use of the CURL plugin for all http requests

2008-12-17 Thread Jason Beverage
Thanks Robert, I'll take a look at it when I get a chance, the prefix route is working out well right now. Thanks! Jason On Wed, Dec 17, 2008 at 2:05 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Jason, The only way I can think of right now to bpass the http/curl mechanism in the