HTTP Request Common class
Use to generate common HTTP requests
This class is based on Common.pm <http://search.cpan.org/author/GAAS/libwww-perl-5.65/lib/HTTP/Request/ Common.pm> from the libwww-perl collection <http://www.linpro.no/lwp/>.
Example:
TODO:
1 // GET
2 $request =& HTTP_Request_Common::GET('http://www.antiwar.co.uk');
3 // POST
4 $form_data = array('name'=>'Keyvan', 'gender'=>'M');
5 $request =& HTTP_Request_Common::POST('http://www.domain.com/form.php', $form_data);
Located in Program_Root/HTTP_Request_Common.php (line 49)
GET
URL object, or string
(optional) associative array
HEAD
URL object, or string
(optional) associative array
POST
URL object, or string
associative array
HTTP_Headers object
PUT
URL object, or string
HTTP_Headers object
Documention generated on Wed, 16 Jul 2003 01:03:30 +0100 by phpDocumentor 1.2.0