| Portability | portable (depends on GHC) |
|---|---|
| Stability | provisional |
| Maintainer | gtk2hs-users@lists.sourceforge.net |
Graphics.UI.Gtk.WebKit.NetworkResponse
Description
The response given to a network request
- data NetworkResponse
- networkResponseSetUri :: NetworkResponseClass self => self -> String -> IO ()
- networkResponseGetUri :: NetworkResponseClass self => self -> IO (Maybe String)
Types
data NetworkResponse Source
Instances
| Eq NetworkResponse | |
| Ord NetworkResponse | |
| GObjectClass NetworkResponse | |
| NetworkResponseClass NetworkResponse |
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.