Perl.sv ->
object
  method add_requests_redirectable : string -> unit
  method agent : string
  method agent_alias : string -> unit
  method back : unit -> unit
  method base : string
  method click : ?xy:int * int -> string -> unit
  method click1 : unit -> unit
  method click_button :
    ?name:string ->
    ?number:int -> ?value:string -> ?xy:int * int -> unit -> unit
  method content : string
  method cookie_jar : Pl_HTTP_Cookies.http_cookies
  method ct : string
  method env_proxy : unit -> unit
  method field : ?n:int -> string -> string -> unit
  method follow_link :
    ?text:string ->
    ?text_regex:string ->
    ?url:string ->
    ?url_regex:string ->
    ?url_abs:string ->
    ?url_abs_regex:string ->
    ?name:string ->
    ?name_regex:string ->
    ?tag:string -> ?tag_regex:string -> ?n:int -> unit -> unit
  method form_name : string -> Pl_HTML_Form.html_form
  method form_number : int -> Pl_HTML_Form.html_form
  method forms : Pl_HTML_Form.html_form list
  method from : string
  method get : string -> unit
  method is_html : bool
  method known_agent_aliases : string list
  method links : Pl_WWW_Mechanize.www_mechanize_link list
  method max_size : int
  method parse_head : bool
  method quiet : bool
  method redirect_ok : bool
  method reload : unit -> unit
  method request :
    Pl_HTTP_Request.http_request -> Pl_HTTP_Response.http_response
  method requests_redirectable : string list
  method res : Pl_HTTP_Response.http_response
  method response : Pl_HTTP_Response.http_response
  method select : string -> string -> unit
  method select_multiple : string -> string list -> unit
  method set_agent : string -> unit
  method set_cookie_jar : Pl_HTTP_Cookies.http_cookies -> unit
  method set_cookie_jar_file : string -> unit
  method set_fields : (string * string) list -> unit
  method set_from : string -> unit
  method set_max_size : int -> unit
  method set_parse_head : bool -> unit
  method set_quiet : bool -> unit
  method set_requests_redirectable : string list -> unit
  method set_timeout : int -> unit
  method set_visible : string list -> unit
  method simple_request :
    Pl_HTTP_Request.http_request -> Pl_HTTP_Response.http_response
  method status : int
  method submit : unit -> unit
  method submit_form :
    ?form_number:int ->
    ?form_name:string ->
    ?fields:(string * string) list ->
    ?button:string -> ?xy:int * int -> unit -> Pl_HTTP_Response.http_response
  method success : bool
  method tick : ?set:bool -> string -> string -> unit
  method timeout : int
  method title : string
  method untick : string -> string -> unit
  method uri : string
  method value : ?n:int -> string -> string
end