This is a collection of XMLHttpRequest examples.
XMLHttpRequest contains a small QML example demonstrating Qt QML 's XMLHttpRequest functionality. For more information, visit the section about XMLHttpRequest .
要运行范例从 Qt Creator ,打开 欢迎 模式,然后选择范例从 范例 。更多信息,拜访 构建和运行范例 .
Get data uses the XMLHttpRequest API to fetch an XML document from a server. It displays the header of the HTTP response and the body of the XML document.