|
Network.HTTP.Auth | Portability | non-portable (not tested) | Stability | experimental | Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
|
|
|
Description |
Representing HTTP Auth values in Haskell.
Right now, it contains mostly functionality needed by Network.Browser.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Authority specifies the HTTP Authentication method to use for
a given domain/realm; Basic or Digest.
| Constructors | |
|
|
|
Algorithm controls the digest algorithm to, MD5 or MD5Session.
| Constructors | | Instances | |
|
|
|
|
|
|
Constructors | | Instances | |
|
|
|
headerToChallenge base www_auth tries to convert the WWW-Authenticate header
www_auth into a Challenge value.
|
|
|
withAuthority auth req generates a credentials value from the auth Authority,
in the context of the given request.
If a client nonce was to be used then this function might need to be of type ... -> BrowserAction String
|
|
Produced by Haddock version 2.6.1 |