|
|
|
|
Synopsis |
|
|
|
Documentation |
|
module Network.URL |
|
|
is the second url on the same domain as the first? Note: this will return False if either URL is invalid.
|
|
|
Assumes the given URL is relative to currentPage.
|
|
|
True if the url is absolute
|
|
|
is the given string of form "mailto:person.com"?
|
|
|
is the url a http url?
|
|
|
Get the protocol and domain from a URL eg
getDomain "widdle://owqueer.co.uk/strangeanticsofsailors/jimmy"
-- "widdle://owqueer.co.uk"
|
|
|
Get the whole url up to and including the current folder of the present document.
getFolder "widdle://owqueer.co.uk/strangeanticsofsailors/jimmy"
-- "widdle://owqueer.co.uk/strangeanticsofsailors/"
|
|
Produced by Haddock version 2.4.2 |