Uses of Class
io.qt.webengine.core.QWebEngineHttpRequest
-
Uses of QWebEngineHttpRequest in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineHttpRequestModifier and TypeMethodDescriptionQWebEngineHttpRequest.clone()Creates and returns a copy of this object.static QWebEngineHttpRequestQWebEngineHttpRequest.postRequest(QUrl url, Map<String, String> postData) static QWebEngineHttpRequestQWebEngineHttpRequest.postRequest(String url, Map<String, String> postData) Overloaded function forpostRequest(io.qt.core.QUrl, java.util.Map).Methods in io.qt.webengine.core with parameters of type QWebEngineHttpRequestModifier and TypeMethodDescriptionfinal voidQWebEngineHttpRequest.assign(QWebEngineHttpRequest other) final booleanQWebEngineHttpRequest.equals(QWebEngineHttpRequest other) final voidQWebEnginePage.load(QWebEngineHttpRequest request) final voidQWebEngineHttpRequest.set(QWebEngineHttpRequest other) Deprecated.final voidQWebEngineHttpRequest.swap(QWebEngineHttpRequest other) Constructors in io.qt.webengine.core with parameters of type QWebEngineHttpRequestModifierConstructorDescription
assign(io.qt.webengine.core.QWebEngineHttpRequest)instead.