is there something like a low level httprequest object
can i use an activeresource for it?
i dont want to use it with AJAX, because i need to progress a lot of
addresses
Net::HTTP is the standard ruby thing for making http calls. Whether or
not you can use ActiveResource rather depends on whether the format of
the data matches what activeresource expects.
is there something like a low level httprequest object
can i use an activeresource for it?
i dont want to use it with AJAX, because i need to progress a lot of
addresses
Net::HTTP is the standard ruby thing for making http calls. Whether or
not you can use ActiveResource rather depends on whether the format of
the data matches what activeresource expects.
hi thanks… i just solved it with ‘open-uri’
can you tell me if this is better or not … or whats the difference
between those both
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.