webkitgtk3-0.13.1.3: Binding to the Webkit library.

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

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

networkResponseSetUri Source

Arguments

:: (NetworkResponseClass self, GlibString string) 
=> self 
-> string

uri - the uri will be set to the response.

-> IO () 

Set the URI of NetworkResponse.

networkResponseGetUri Source

Arguments

:: (NetworkResponseClass self, GlibString string) 
=> self 
-> IO (Maybe string)

the URI or Nothing in case failed.

Return the uri of NetworkResponse.