gi-soup-2.4.15: 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.Requester

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsRequester o Source #

Type class for types which can be safely cast to Requester, for instance with toRequester.

toRequester :: (MonadIO m, IsRequester o) => o -> m Requester Source #

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

noRequester :: Maybe Requester Source #

A convenience alias for Nothing :: Maybe Requester.

Methods

new

requesterNew :: (HasCallStack, MonadIO m) => m Requester Source #

No description available in the introspection data.

request

requesterRequest Source #

Arguments

:: (HasCallStack, MonadIO m, IsRequester a) 
=> a 
-> Text 
-> m Request

(Can throw GError)

No description available in the introspection data.

requestUri

requesterRequestUri Source #

Arguments

:: (HasCallStack, MonadIO m, IsRequester a) 
=> a 
-> URI 
-> m Request

(Can throw GError)

No description available in the introspection data.