Transmitting Data to Web Server - Post Method

Does Rails have any sort of tool of its own for transmitting data to a
web server via the post method? Thanks.

    ... doug

On 13 Nov 2007, at 16:06, doug wrote:

Does Rails have any sort of tool of its own for transmitting data to a
web server via the post method? Thanks.

Ruby’s Net::HTTP ?

Fred