Module Pl_HTTP_Request_Common


module Pl_HTTP_Request_Common: sig .. end
Wrapper around Perl HTTP::Request::Common class.

Copyright (C) 2003 Merjis Ltd.

$Id: pl_HTTP_Request_Common.ml,v 1.1 2004/11/22 17:08:36 rich Exp $


val post : string ->
?form:(string * string) list ->
(string * string) list -> Pl_HTTP_Request.http_request