r24958: This is the final text, and the final version. I'll send the release
[jelmer/samba4-debian.git] / webapps / qooxdoo-0.6.5-sdk / frontend / framework / source / class / qx / net / Http.js
1 /* ************************************************************************\r
2 \r
3    qooxdoo - the new era of web development\r
4 \r
5    http://qooxdoo.org\r
6 \r
7    Copyright:\r
8      2004-2007 1&1 Internet AG, Germany, http://www.1and1.org\r
9 \r
10    License:\r
11      LGPL: http://www.gnu.org/licenses/lgpl.html\r
12      EPL: http://www.eclipse.org/org/documents/epl-v10.php\r
13      See the LICENSE file in the project's top-level directory for details.\r
14 \r
15    Authors:\r
16      * Sebastian Werner (wpbasti)\r
17      * Andreas Ecker (ecker)\r
18 \r
19 ************************************************************************ */\r
20 \r
21 /* ************************************************************************\r
22 \r
23 \r
24 ************************************************************************ */\r
25 \r
26 qx.OO.defineClass("qx.net.Http",\r
27 {\r
28   METHOD_GET : "GET",\r
29   METHOD_POST : "POST",\r
30   METHOD_PUT : "PUT",\r
31   METHOD_HEAD : "HEAD",\r
32   METHOD_DELETE : "DELETE"\r
33 });\r