Eliom_request_infoSourceThis module contains the functions you need to get (or set) information about current request.
returns the full path of the URL as first sent by the browser (not changed by previous extensions like rewritemod)
returns non localized parameters in the URL.
returns the root of the site.
returns the GET parameters that have been ignored using <ignoredgetparams/> in config file.
returns the POST parameters that have been ignored using <ignoredpostparams/> in config file.
You probably don't need these functions.
Warning: it is different from the URL to which the request has been made.
returns the full path of the URL where the client-side process is running. If there is no client side process, same as get_original_full_path.
returns true if https is used in the URL of the browser, false if http. If there is no client side process, same as get_ssl.