Module Galax_url

module Galax_url: sig .. end

type decoded_url = 
| File of string
| Http of (string * int * string)
| ExternalSource of (string * string * string option * string)
val register_method : string -> unit
val glx_decode_url : string -> decoded_url