X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=wrappers%2Fpl_HTTP_Request.ml;h=e1949564003d3a3abe4e9e9d300a4d3972f14f4d;hb=99c7f999369e304db0a4a93b7406dd037b52ed94;hp=be17e17cda64438e67599388d558d20427bc5ac3;hpb=1c369c3ba6b71d4524dfacd0ba3554e8a524ed57;p=perl4caml.git diff --git a/wrappers/pl_HTTP_Request.ml b/wrappers/pl_HTTP_Request.ml index be17e17..e194956 100644 --- a/wrappers/pl_HTTP_Request.ml +++ b/wrappers/pl_HTTP_Request.ml @@ -1,13 +1,17 @@ -(* Wrapper around Perl HTTP::Request class. - * Copyright (C) 2003 Merjis Ltd. - * $Id: pl_HTTP_Request.ml,v 1.1 2003-10-12 17:33:15 rich Exp $ - *) +(** Wrapper around Perl [HTTP::Request] class. + * + * Copyright (C) 2003 Merjis Ltd. + * + * $Id: pl_HTTP_Request.ml,v 1.3 2003-10-16 13:41:07 rich Exp $ + *) open Perl open Pl_HTTP_Message open Pl_URI +let _ = eval "use HTTP::Request" + class http_request sv = object (self)