gi-soup-3.0.2: Libsoup bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Soup.Objects.AuthNTLM

Description

HTTP-based NTLM authentication.

classsession
s do not support this type by default; if you want to enable support for it, call [methodsession.add_feature_by_type], passing SOUP_TYPE_AUTH_NTLM.
Synopsis

Exported types

newtype AuthNTLM Source #

Memory-managed wrapper type.

Constructors

AuthNTLM (ManagedPtr AuthNTLM) 

Instances

Instances details
Eq AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

GObject AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

ManagedPtrNewtype AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

toManagedPtr :: AuthNTLM -> ManagedPtr AuthNTLM

TypedObject AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

glibType :: IO GType

HasParentTypes AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

IsGValue (Maybe AuthNTLM) Source #

Convert AuthNTLM to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.AuthNTLM

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe AuthNTLM -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe AuthNTLM)

type ParentTypes AuthNTLM Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

type ParentTypes AuthNTLM = '[Auth, Object]

class (GObject o, IsDescendantOf AuthNTLM o) => IsAuthNTLM o Source #

Type class for types which can be safely cast to AuthNTLM, for instance with toAuthNTLM.

Instances

Instances details
(GObject o, IsDescendantOf AuthNTLM o) => IsAuthNTLM o Source # 
Instance details

Defined in GI.Soup.Objects.AuthNTLM

toAuthNTLM :: (MonadIO m, IsAuthNTLM o) => o -> m AuthNTLM Source #

Cast to AuthNTLM, for types for which this is known to be safe. For general casts, use castTo.

Methods