|
Graphics.UI.Gtk.WebKit.NetworkRequest | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
The target of a navigation request
|
|
Synopsis |
|
|
|
|
Types
|
|
|
|
Constructors
|
|
|
:: String | uri - the uri of the request
| -> IO NetworkRequest | | Create a new NetworkRequest with the given uri.
It is used whenever WebKit wants to provide information
about a request that will be sent, or has been sent.
|
|
|
Methods
|
|
|
:: NetworkRequestClass self | | => self | | -> String | uri - the uri will be set to the request.
| -> IO () | | Set the URI of NetworkRequest.
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |