Module AXOCom.Url


module Url: sig .. end

val get_location : unit -> JSOO.obj
val get_fragment_ : unit -> string
Read the current fragment.
val get_host_ : unit -> string
Read the current host name
val get_port_ : unit -> int
Read the current port
val get_protocol_ : unit -> string
Read the protocol
val get_arguments_ : unit -> string
Read the arguments
val get_path_ : unit -> string
Read the path
val get_argument : string -> string
Get the value of the specified argument or raise Not_found if there is no argument with the given name.
val get_path : unit -> string list
Get the path as a string list