Module Pl_HTTP_Request_Common


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

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