webkit-0.11.0: Binding to the Webkit library.Source codeContentsIndex
Graphics.UI.Gtk.WebKit.NetworkResponse
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Methods
Description
The response given to a network request
Synopsis
data NetworkResponse
networkResponseSetUri :: NetworkResponseClass self => self -> String -> IO ()
networkResponseGetUri :: NetworkResponseClass self => self -> IO (Maybe String)
Types
data NetworkResponse Source
Methods
networkResponseSetUriSource
:: NetworkResponseClass self
=> self
-> Stringuri - the uri will be set to the response.
-> IO ()
Set the URI of NetworkResponse.
networkResponseGetUriSource
:: NetworkResponseClass self
=> self
-> IO (Maybe String)the URI or Nothing in case failed.
Return the uri of NetworkResponse.
Produced by Haddock version 2.6.1