I mean if you do a call such as:

doc = Hpricot(open('http://yahoo.com'))

How do you have this call routed thru a proxy server?  Or is there a
way to make all your process's http requests go thru a proxy server?

On Feb 24, 4:44 pm, "Matt Aimonetti" <[EMAIL PROTECTED]> wrote:
> what do you mean? Hpricot is a parser, you usually use open-uri or whatever
> other library you want to download remote content (that's if you need remote
> content) and feed the output to Hpricot.
>
> -Matt
>
> On 2/24/08, mfmad <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi Guys,
>
> > Does anyone know how to set Hpricot to go thru a proxy server?
>
> > Tks,
> > Michael
--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to