Class Pl_URI.uri

class uri : Perl.sv -> object .. end

method sv : Perl.sv
method scheme : string
method set_scheme : string -> unit
method opaque : string
method set_opaque : string -> unit
method path : string
method set_path : string -> unit
method fragment : string
method set_fragment : string -> unit
method set_no_fragment : unit -> unit
method as_string : string
method canonical : string
method abs : string -> string
method rel : string -> string
method host : string
method set_host : string -> unit
method port : string
method set_port : string -> unit
method host_port : string
method set_host_port : string -> unit
method default_port : int