Warning, /utilities/fielding/src/fieldingconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005     http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <!--
0007 SPDX-FileCopyrightText: 2022 Felipe Kinoshita <kinofhek@gmail.com>
0008 SPDX-License-Identifier: LGPL-2.0-or-later
0009 -->
0010     <group name="General">
0011         <entry name="Method" type="Enum">
0012             <label>The last HTTP method used.</label>
0013             <choices>
0014                 <choice name="Get"/>
0015                 <choice name="Post"/>
0016                 <choice name="Put"/>
0017                 <choice name="Patch"/>
0018                 <choice name="Delete"/>
0019             </choices>
0020             <default>Get</default>
0021         </entry>
0022     </group>
0023 </kcfg>