Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HTTP POST Binding
saml-bindings-2.0-os §3.5
Documentation
encodeValue :: SAMLProtocol a => a -> ByteString Source #
encodeForm :: SAMLProtocol a => a -> [(ByteString, ByteString)] Source #
decodeValue :: SAMLProtocol a => Bool -> ByteString -> IO a Source #
decodeForm :: forall a. SAMLProtocol a => Bool -> (ByteString -> Maybe ByteString) -> IO a Source #