Methods Summary |
---|
public java.lang.String | getMethod()Gets the method associated with the request, for example "GET".
|
public java.util.Map | getRequestHeaders()Gets the headers associated with the request. These are represented as a mapping of header
name to header value.
|
public android.net.Uri | getUrl()Gets the URL for which the resource request was made.
|
public boolean | hasGesture()Gets whether a gesture (such as a click) was associated with the request.
|
public boolean | isForMainFrame()Gets whether the request was made for the main frame.
|