wx.html2.WebViewHandlerRequest¶A class giving access to various parameters of a webview request.
Added in version 4.3/wxWidgets-3.3.0.
See also
wx.html2.WebViewHandler.StartRequest
Class Hierarchy¶
Inheritance diagram for class WebViewHandlerRequest:
Methods Summary¶Returns a header from the request or an empty string if the header could not be found. |
|
Properties Summary¶See |
|
See |
|
See |
|
See |
Class API¶A class giving access to various parameters of a webview request.
InputStream
The body data of the request of null if nothing was posted.
Returns a header from the request or an empty string if the header could not be found.
name (string) – Name of the header field
str
str
The requests HTTP method (e.g. POST, GET, OPTIONS).
str
The unmodified url of the request.
str
The url of the request. Can be modified by the backend for compatibility.