openid-0.1.3.0: An implementation of the OpenID-2.0 spec.Source codeContentsIndex
Network.OpenID.HTTP
StabilityPortability :
MaintainerTrevor Elliott <trevor@geekgateway.com>
Contents
Request Interface
HTTP Utilities
Request/Response Parsing and Formatting
Description
Synopsis
makeRequest :: Bool -> Resolver IO
getRequest :: URI -> Request String
postRequest :: URI -> String -> Request String
parseDirectResponse :: String -> Params
formatParams :: Params -> String
formatDirectParams :: Params -> String
escapeParam :: String -> String
addParams :: Params -> URI -> URI
parseParams :: String -> Params
Request Interface
makeRequest :: Bool -> Resolver IOSource
Perform an http request. If the Bool parameter is set to True, redirects from the server will be followed.
HTTP Utilities
getRequest :: URI -> Request StringSource
postRequest :: URI -> String -> Request StringSource
Request/Response Parsing and Formatting
parseDirectResponse :: String -> ParamsSource
Turn a response body into a list of parameters.
formatParams :: Params -> StringSource
Format OpenID parameters as a query string
formatDirectParams :: Params -> StringSource
Format OpenID parameters as a direct response
escapeParam :: String -> StringSource
Escape for the query string of a URI
addParams :: Params -> URI -> URISource
Add Parameters to a URI
parseParams :: String -> ParamsSource
Parse OpenID parameters out of a url string
Produced by Haddock version 2.4.2