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.RequestHTTP

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsRequestHTTP o Source #

Type class for types which can be safely cast to RequestHTTP, for instance with toRequestHTTP.

toRequestHTTP :: (MonadIO m, IsRequestHTTP o) => o -> m RequestHTTP Source #

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

Methods

getMessage

requestHTTPGetMessage Source #

Arguments

:: (HasCallStack, MonadIO m, IsRequestHTTP a) 
=> a

http: a RequestHTTP object

-> m Message

Returns: a new reference to the Message

Gets a new reference to the Message associated to this SoupRequest

Since: 2.40