gi-soup-2.4.14: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.AuthNegotiate

Contents

Description

 

Synopsis

Exported types

Methods

supported

authNegotiateSupported :: (HasCallStack, MonadIO m) => m Bool Source #

Indicates whether libsoup was built with GSSAPI support. If this is False, SOUP_TYPE_AUTH_NEGOTIATE will still be defined and can still be added to a Session, but libsoup will never attempt to actually use this auth type.

Since: 2.54