aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/xmlhttprequest/doc/src/xmlhttprequest.qdoc
blob: fc6ca600cd075386bb21d4117f47343b7c790ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
    \title Qt Quick Examples - XMLHttpRequest
    \example xmlhttprequest
    \brief This is a collection of XMLHttpRequest examples.
    \image qml-xmlhttprequest-example.png

    \e XMLHttpRequest contains a small QML example demonstrating \l{Qt QML}'s
    XMLHttpRequest functionality. For more information, visit the section about
    \l{QML Global Object#XMLHttpRequest}{XMLHttpRequest}.

    \include examples-run.qdocinc

    \section1 Get Data

    \e{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.
*/