| Maintainer | gtk2hs-users@lists.sourceforge.net | 
|---|---|
| Stability | provisional | 
| Portability | portable (depends on GHC) | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Graphics.UI.Gtk.WebKit.NetworkResponse
Contents
Description
The response given to a network request
- data NetworkResponse
- class GObjectClass o => NetworkResponseClass o
- networkResponseSetUri :: NetworkResponseClass self => self -> String -> IO ()
- networkResponseGetUri :: NetworkResponseClass self => self -> IO (Maybe String)
Description
This class represents the network related aspects of a navigation response.
Types
data NetworkResponse
class GObjectClass o => NetworkResponseClass o
Instances
Methods
Arguments
| :: NetworkResponseClass self | |
| => self | |
| -> String | 
 | 
| -> IO () | 
Set the URI of NetworkResponse.
Arguments
| :: NetworkResponseClass self | |
| => self | |
| -> IO (Maybe String) | the URI or  | 
Return the uri of NetworkResponse.