Subject: Re: How to post form data to a servlet using ruby
From: "Matt Todd" <chiology gmail.com>
Date: Thu, 27 Dec 2007 14:38:48 +0900
References: 284824
In-reply-to: 284824
> How can i post form data to a servlet program using ruby .
There should be some useful documentation on ruby-doc.org/core for the
Net::HTTP library for performing a POST request.