module Pl_HTML_Form: sig .. end
sig
end
Wrapper around Perl HTML::Form class.
HTML::Form
class html_form : Perl.sv -> object .. end
Perl.sv ->
object
val parse_document : string -> string -> html_form list
string -> string -> html_form list
val parse_response : Pl_HTTP_Response.http_response -> html_form list
Pl_HTTP_Response.http_response -> html_form list