Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Hawk.Internal.Client.HeaderParser
Description
Internal module.
- parseWwwAuthenticateHeader :: ByteString -> Either String WwwAuthenticateHeader
- parseServerAuthorizationHeader :: ByteString -> Either String ServerAuthorizationHeader
- data WwwAuthenticateHeader = WwwAuthenticateHeader {}
- data ServerAuthorizationHeader = ServerAuthorizationHeader {
- sahMac :: ByteString
- sahHash :: Maybe ByteString
- sahExt :: Maybe ExtData
Documentation
data WwwAuthenticateHeader Source #
Represents the WWW-Authenticate
header which the server uses to
respond when the client isn't authenticated.
Constructors
WwwAuthenticateHeader | |
Fields
|
Instances
data ServerAuthorizationHeader Source #
Represents the Server-Authorization
header which the server
sends back to the client.
Constructors
ServerAuthorizationHeader | |
Fields
|