saml2-web-sso-0.20: Library and example web app for the SAML Web-based SSO profile.
Safe HaskellSafe-Inferred
LanguageHaskell2010

SAML2.Util

Synopsis

Documentation

unsafeParseURI :: ST -> URI Source #

You probably should not use this. If you have a string literal, consider URI.ByteString.QQ.

uriSegments :: ST -> [ST] Source #

uriSegments "onetwo" == uriSegments "onetwo" == uriSegments "//onetwo//" == ["one", "two"]