Generic URI with no assumptions of any particular schemes.
Documentation
Scheme
names consist of a non-empty sequence of characters
beginning with a letter and followed by any combination of letters,
digits, plus ('+'), period ('.'), or hyphen ('-'). Comparison
of Scheme
s are always case-insensitive. See:
http://tools.ietf.org/html/rfc3986#section-3.1
Eq Scheme | |
Ord Scheme | |
Show Scheme | For testing purpose only. |
Typeable Scheme | |
IsString Scheme | |
Hashable Scheme | |
FoldCase Scheme | |
Semigroup Scheme |
|
CoArbitrary Scheme | |
Arbitrary Scheme |
The userinfo subcomponent may consist of a user name and, optionally, scheme-specific information about how to gain authorization to access the resource. See: http://tools.ietf.org/html/rfc3986#section-3.2.1