Look into the Net:HTTP standard library documentation, found here:
http://stdlib.rubyonrails.org/libdoc/net/http/rdoc/index.html
On 2/10/06, Yash <yashgt@yahoo.com> wrote:> Hi,
>
> I know that ActionController::AbstractRequest provides a raw_post method
> that reads the data that has been posted to the HTTP server as raw data.
> I am trying to create a rails application that POSTs raw XML data to a
> web page that reads raw data.
> I would like to know how to POST raw data to an HTTP server using Ruby
> on Rails.
>
> Can you help me with this?
>
> Thanks,
> Yash
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>