gi-soup-2.4.22: Libsoup bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.RequestHTTP

Description

No description available in the introspection data.

Synopsis

Exported types

newtype RequestHTTP Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf RequestHTTP o) => IsRequestHTTP o Source #

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

Instances

Instances details
(GObject o, IsDescendantOf RequestHTTP o) => IsRequestHTTP o Source # 
Instance details

Defined in GI.Soup.Objects.RequestHTTP

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

Overloaded 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