webkit-0.12.4: Binding to the Webkit library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellSafe-Infered

Graphics.UI.Gtk.WebKit.NetworkResponse

Contents

Description

The response given to a network request

Synopsis

Description

This class represents the network related aspects of a navigation response.

Types

Methods

networkResponseSetUriSource

Arguments

:: NetworkResponseClass self 
=> self 
-> String

uri - the uri will be set to the response.

-> IO () 

Set the URI of NetworkResponse.

networkResponseGetUriSource

Arguments

:: NetworkResponseClass self 
=> self 
-> IO (Maybe String)

the URI or Nothing in case failed.

Return the uri of NetworkResponse.